mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17: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
|
@ -878,6 +878,7 @@ var _ = Describe("SentPacketHandler", func() {
|
|||
handler.maybeQueuePacketsRTO()
|
||||
Expect(handler.retransmissionQueue).To(HaveLen(1))
|
||||
Expect(handler.retransmissionQueue[0].PacketNumber).To(Equal(p.PacketNumber))
|
||||
Expect(time.Now().Sub(handler.lastSentPacketTime)).To(BeNumerically("<", time.Second/2))
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue