save the max_ack_delay in the rttStats

This commit is contained in:
Marten Seemann 2019-06-29 13:35:07 +07:00
parent 4fe0f6752c
commit b5764f22a2
7 changed files with 19 additions and 25 deletions

View file

@ -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