forked from quic-go/quic-go
keep bytesInFlight as protocol.ByteCount
This commit is contained in:
@@ -14,7 +14,7 @@ type SentPacketHandler interface {
|
||||
|
||||
DequeuePacketForRetransmission() (packet *Packet)
|
||||
|
||||
BytesInFlight() uint64
|
||||
BytesInFlight() protocol.ByteCount
|
||||
}
|
||||
|
||||
// ReceivedPacketHandler handles ACKs needed to send for incoming packets
|
||||
|
||||
Reference in New Issue
Block a user