mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 14:35:44 +02:00
remove congestion window halving on reno dupe loss
This commit is contained in:
parent
ec51f01c59
commit
54b28e646a
1 changed files with 0 additions and 3 deletions
|
@ -106,9 +106,6 @@ bool TCPVegasCC::onACK(SequenceNumber ack, p_high_resolution_clock::time_point r
|
|||
_numACKSinceFastRetransmit = 0;
|
||||
_duplicateACKCount = 0;
|
||||
|
||||
// drop the congestion window size to 2 segments
|
||||
_congestionWindowSize /= 2;
|
||||
|
||||
// return true so the caller knows we needed a fast re-transmit
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue