mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 02:36:44 +02:00
add FRT debug
This commit is contained in:
parent
7cc1f3261e
commit
96ef1fa483
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ bool TCPVegasCC::onACK(SequenceNumber ack) {
|
|||
|
||||
if (ack == _lastAck || _numACKSinceFastRetransmit < 3) {
|
||||
// we may need to re-send ackNum + 1 if it has been more than our estimated timeout since it was sent
|
||||
qDebug() << "FRT:" << (uint32_t) ack << (uint32_t) _lastAck << _numACKSinceFastRetransmit;
|
||||
|
||||
auto it = _sentPacketTimes.find(ack + 1);
|
||||
if (it != _sentPacketTimes.end()) {
|
||||
|
|
Loading…
Reference in a new issue