cleanup sent packet time hash after RTT calc

This commit is contained in:
Stephen Birarda 2016-09-26 11:37:04 -07:00
parent 8e05a2893a
commit 0954d5bf93

View file

@ -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",