forked from quic-go/quic-go
implement packet pacing
This commit is contained in:
@@ -15,6 +15,7 @@ type SentPacketHandler interface {
|
||||
SetHandshakeComplete()
|
||||
|
||||
SendingAllowed() bool
|
||||
TimeUntilSend() time.Time
|
||||
GetStopWaitingFrame(force bool) *wire.StopWaitingFrame
|
||||
GetLowestPacketNotConfirmedAcked() protocol.PacketNumber
|
||||
ShouldSendRetransmittablePacket() bool
|
||||
|
||||
Reference in New Issue
Block a user