don't switch to PTO mode after early retransmit

This commit is contained in:
Marten Seemann
2020-05-31 10:47:13 +07:00
parent ee8a0aeb1b
commit 64ef72fd68
2 changed files with 9 additions and 0 deletions

View File

@@ -603,6 +603,7 @@ func (h *sentPacketHandler) onVerifiedLossDetectionTimeout() error {
for _, p := range lostPackets {
h.congestion.OnPacketLost(p.PacketNumber, p.Length, priorInFlight)
}
return nil
}
// PTO