mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 18:49:02 +02:00
cleanup sent packet time hash after RTT calc
This commit is contained in:
parent
8e05a2893a
commit
0954d5bf93
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ void TCPVegasCC::onACK(SequenceNumber ackNum) {
|
|||
|
||||
_lastACK = ackNum;
|
||||
|
||||
// remove this sent packet time from the hash
|
||||
_sentPacketTimes.erase(it);
|
||||
|
||||
} else {
|
||||
Q_ASSERT_X(false,
|
||||
"TCPVegasCC::onACK",
|
||||
|
|
Loading…
Reference in a new issue