mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
save the max_ack_delay in the rttStats
This commit is contained in:
parent
4fe0f6752c
commit
b5764f22a2
7 changed files with 19 additions and 25 deletions
|
@ -14,7 +14,6 @@ type SentPacketHandler interface {
|
|||
SentPacket(packet *Packet)
|
||||
SentPacketsAsRetransmission(packets []*Packet, retransmissionOf protocol.PacketNumber)
|
||||
ReceivedAck(ackFrame *wire.AckFrame, withPacketNumber protocol.PacketNumber, encLevel protocol.EncryptionLevel, recvTime time.Time) error
|
||||
SetMaxAckDelay(time.Duration)
|
||||
DropPackets(protocol.EncryptionLevel)
|
||||
ResetForRetry() error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue