mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 02:37:00 +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;
|
_lastACK = ackNum;
|
||||||
|
|
||||||
|
// remove this sent packet time from the hash
|
||||||
|
_sentPacketTimes.erase(it);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
Q_ASSERT_X(false,
|
Q_ASSERT_X(false,
|
||||||
"TCPVegasCC::onACK",
|
"TCPVegasCC::onACK",
|
||||||
|
|
Loading…
Reference in a new issue