mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
reset the RTO timer when queueing an RTO retransmission
This commit is contained in:
parent
61e06de838
commit
157055e99c
4 changed files with 6 additions and 0 deletions
|
@ -329,6 +329,8 @@ func (h *sentPacketHandler) maybeQueuePacketsRTO() {
|
|||
h.congestion.OnRetransmissionTimeout(true)
|
||||
utils.Debugf("\tQueueing packet 0x%x for retransmission (RTO)", packet.PacketNumber)
|
||||
h.queuePacketForRetransmission(el)
|
||||
// Reset the RTO timer here, since it's not clear that this packet contained any retransmittable frames
|
||||
h.lastSentPacketTime = time.Now()
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue