mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:04:22 +02:00
remove SendQueue fast re-transmit debug
This commit is contained in:
parent
6d69a0dc71
commit
e7c0ed035f
1 changed files with 0 additions and 2 deletions
|
@ -186,8 +186,6 @@ void SendQueue::fastRetransmit(udt::SequenceNumber ack) {
|
|||
_naks.insert(ack, ack);
|
||||
}
|
||||
|
||||
qDebug() << "Added" << (uint32_t) ack << "for fast retransmit";
|
||||
|
||||
// call notify_one on the condition_variable_any in case the send thread is sleeping waiting for losses to re-send
|
||||
_emptyCondition.notify_one();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue