mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove the OmitConnectionID field from the Header struct
Instead, just look at the length of the destination connection ID.
This commit is contained in:
parent
fc57bf6c35
commit
7b96d158d2
9 changed files with 60 additions and 105 deletions
|
@ -27,7 +27,6 @@ var _ = Describe("QUIC Proxy", func() {
|
|||
PacketNumberLen: protocol.PacketNumberLen6,
|
||||
DestConnectionID: protocol.ConnectionID{0xde, 0xad, 0xbe, 0xef, 0, 0, 0x13, 0x37},
|
||||
SrcConnectionID: protocol.ConnectionID{0xde, 0xad, 0xbe, 0xef, 0, 0, 0x13, 0x37},
|
||||
OmitConnectionID: false,
|
||||
}
|
||||
hdr.Write(b, protocol.PerspectiveServer, protocol.VersionWhatever)
|
||||
raw := b.Bytes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue