keep bytesInFlight as protocol.ByteCount

This commit is contained in:
Lucas Clemente
2016-05-06 12:59:32 +02:00
parent aa46fa06a0
commit 02ab3480ff
5 changed files with 28 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ type SentPacketHandler interface {
DequeuePacketForRetransmission() (packet *Packet)
BytesInFlight() uint64
BytesInFlight() protocol.ByteCount
}
// ReceivedPacketHandler handles ACKs needed to send for incoming packets