mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
parent
e2d5d7e3a6
commit
a8764d923e
4 changed files with 38 additions and 38 deletions
|
@ -87,10 +87,10 @@ var _ = Describe("Packet unpacker", func() {
|
|||
Entropy: 0x37,
|
||||
},
|
||||
}
|
||||
err := f.Write(buf, protocol.Version32)
|
||||
err := f.Write(buf, protocol.Version33)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
setData(buf.Bytes())
|
||||
unpacker.version = protocol.Version32
|
||||
unpacker.version = protocol.Version33
|
||||
packet, err := unpacker.Unpack(hdrBin, hdr, data)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(packet.frames).To(HaveLen(1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue