forked from quic-go/quic-go
check that the client doesn't switch back to 0-RTT after sending 1-RTT
This commit is contained in:
@@ -57,7 +57,7 @@ type SentPacketHandler interface {
|
||||
|
||||
// ReceivedPacketHandler handles ACKs needed to send for incoming packets
|
||||
type ReceivedPacketHandler interface {
|
||||
ReceivedPacket(pn protocol.PacketNumber, encLevel protocol.EncryptionLevel, rcvTime time.Time, shouldInstigateAck bool)
|
||||
ReceivedPacket(pn protocol.PacketNumber, encLevel protocol.EncryptionLevel, rcvTime time.Time, shouldInstigateAck bool) error
|
||||
IgnoreBelow(protocol.PacketNumber)
|
||||
DropPackets(protocol.EncryptionLevel)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user