forked from quic-go/quic-go
better function name in SentPacketHandler
This commit is contained in:
@@ -18,7 +18,7 @@ type SentPacketHandler interface {
|
||||
BytesInFlight() protocol.ByteCount
|
||||
GetLargestObserved() protocol.PacketNumber
|
||||
|
||||
AllowsSending() bool
|
||||
CongestionAllowsSending() bool
|
||||
|
||||
TimeToFirstRTO() time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user