forked from quic-go/quic-go
handle gQUIC and IETF QUIC packets separately in the client
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user