mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 21:47:30 +02:00
slow down new UDT debug for asset-server tests
This commit is contained in:
parent
b03bb6b73f
commit
a075bb6b1c
1 changed files with 1 additions and 3 deletions
|
@ -72,8 +72,6 @@ bool TCPVegasCC::onACK(SequenceNumber ack, p_high_resolution_clock::time_point r
|
||||||
// remove this sent packet time from the hash
|
// remove this sent packet time from the hash
|
||||||
_sentPacketTimes.erase(it);
|
_sentPacketTimes.erase(it);
|
||||||
|
|
||||||
} else {
|
|
||||||
qDebug() << "called with a sequence number that has not been sent";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -141,7 +139,7 @@ void TCPVegasCC::performCongestionAvoidance(udt::SequenceNumber ack) {
|
||||||
|
|
||||||
static int count = 0;
|
static int count = 0;
|
||||||
bool wantDebug = false;
|
bool wantDebug = false;
|
||||||
if (++count > 200) {
|
if (++count > 500) {
|
||||||
wantDebug = true;
|
wantDebug = true;
|
||||||
count = 0;
|
count = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue