mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 12:43:19 +02:00
start num ACKs since FRT to 3
This commit is contained in:
parent
456bcbca67
commit
5ffbd2d11e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
|
||||
SequenceNumber _lastAck; // Sequence number of last packet that was ACKed
|
||||
|
||||
int _numACKSinceFastRetransmit { 0 }; // Number of ACKs received since last fast re-transmit
|
||||
int _numACKSinceFastRetransmit { 3 }; // Number of ACKs received since last fast re-transmit
|
||||
|
||||
int _currentMinRTT { 0x7FFFFFFF }; // Current RTT, in microseconds
|
||||
int _baseRTT { 0x7FFFFFFF }; // Lowest RTT during connection, in microseconds
|
||||
|
|
Loading…
Reference in a new issue