forked from quic-go/quic-go
reset the send mode after receiving an ACK when already in PTO mode
This commit is contained in:
@@ -246,6 +246,7 @@ func (h *sentPacketHandler) ReceivedAck(ackFrame *wire.AckFrame, withPacketNumbe
|
||||
|
||||
h.ptoCount = 0
|
||||
h.cryptoCount = 0
|
||||
h.numProbesToSend = 0
|
||||
|
||||
h.updateLossDetectionAlarm()
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user