forked from quic-go/quic-go
don't switch to PTO mode after early retransmit
This commit is contained in:
@@ -603,6 +603,7 @@ func (h *sentPacketHandler) onVerifiedLossDetectionTimeout() error {
|
||||
for _, p := range lostPackets {
|
||||
h.congestion.OnPacketLost(p.PacketNumber, p.Length, priorInFlight)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// PTO
|
||||
|
||||
Reference in New Issue
Block a user