forked from quic-go/quic-go
implement sending of shortened packet numbers
This commit is contained in:
@@ -15,6 +15,7 @@ type SentPacketHandler interface {
|
||||
DequeuePacketForRetransmission() (packet *Packet)
|
||||
|
||||
BytesInFlight() protocol.ByteCount
|
||||
GetLargestObserved() protocol.PacketNumber
|
||||
}
|
||||
|
||||
// ReceivedPacketHandler handles ACKs needed to send for incoming packets
|
||||
|
||||
Reference in New Issue
Block a user