mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 15:34:47 +02:00
change UDT note comment
This commit is contained in:
parent
23c6e8bd45
commit
bc7d8d7029
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ DefaultCC::DefaultCC() :
|
||||||
void DefaultCC::onACK(SequenceNumber ackNum) {
|
void DefaultCC::onACK(SequenceNumber ackNum) {
|
||||||
double increase = 0;
|
double increase = 0;
|
||||||
|
|
||||||
// Note: 1/24/2012
|
// Note from UDT original code:
|
||||||
// The minimum increase parameter is increased from "1.0 / _mss" to 0.01
|
// The minimum increase parameter is increased from "1.0 / _mss" to 0.01
|
||||||
// because the original was too small and caused sending rate to stay at low level
|
// because the original was too small and caused sending rate to stay at low level
|
||||||
// for long time.
|
// for long time.
|
||||||
|
|
Loading…
Reference in a new issue