forked from quic-go/quic-go
replace ProbablyHasPacketForRetransmission with a call to MaybeQueueRTOs
fixes #261
This commit is contained in:
@@ -15,7 +15,7 @@ type SentPacketHandler interface {
|
||||
|
||||
GetStopWaitingFrame() *frames.StopWaitingFrame
|
||||
|
||||
ProbablyHasPacketForRetransmission() bool
|
||||
MaybeQueueRTOs()
|
||||
DequeuePacketForRetransmission() (packet *ackhandlerlegacy.Packet)
|
||||
|
||||
BytesInFlight() protocol.ByteCount
|
||||
|
||||
Reference in New Issue
Block a user