mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
handle gQUIC and IETF QUIC packets separately in the client
This commit is contained in:
parent
b93827ca60
commit
683b5823e4
4 changed files with 61 additions and 35 deletions
|
@ -580,6 +580,7 @@ var _ = Describe("Client", func() {
|
|||
SrcConnectionID: connID,
|
||||
PacketNumber: 1,
|
||||
PacketNumberLen: 1,
|
||||
Version: versionIETFFrames,
|
||||
}).Write(buf, protocol.PerspectiveServer, versionIETFFrames)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
err = cl.handlePacket(addr, buf.Bytes())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue