replace ProbablyHasPacketForRetransmission with a call to MaybeQueueRTOs

fixes #261
This commit is contained in:
Lucas Clemente
2016-08-12 22:22:26 +02:00
parent 157055e99c
commit 5cb3c0a771
8 changed files with 40 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ type SentPacketHandler interface {
GetStopWaitingFrame() *frames.StopWaitingFrame
ProbablyHasPacketForRetransmission() bool
MaybeQueueRTOs()
DequeuePacketForRetransmission() (packet *ackhandlerlegacy.Packet)
BytesInFlight() protocol.ByteCount