forked from quic-go/quic-go
remove unneeded TagVER from SCFG
This commit is contained in:
@@ -51,7 +51,6 @@ func (s *ServerConfig) Get() []byte {
|
||||
TagPUBS: append([]byte{0x20, 0x00, 0x00}, s.kex.PublicKey()...),
|
||||
TagOBIT: {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7},
|
||||
TagEXPY: {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
|
||||
TagVER: []byte("Q032"),
|
||||
})
|
||||
return serverConfig.Bytes()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user