forked from quic-go/quic-go
change PTO to be per packet number space
This commit is contained in:
@@ -42,7 +42,7 @@ type SentPacketHandler interface {
|
||||
|
||||
// only to be called once the handshake is complete
|
||||
GetLowestPacketNotConfirmedAcked() protocol.PacketNumber
|
||||
QueueProbePacket() bool /* was a packet queued */
|
||||
QueueProbePacket(protocol.EncryptionLevel) bool /* was a packet queued */
|
||||
|
||||
PeekPacketNumber(protocol.EncryptionLevel) (protocol.PacketNumber, protocol.PacketNumberLen)
|
||||
PopPacketNumber(protocol.EncryptionLevel) protocol.PacketNumber
|
||||
|
||||
Reference in New Issue
Block a user