change UDT note comment

This commit is contained in:
Stephen Birarda 2015-08-18 12:06:45 -07:00
parent 23c6e8bd45
commit bc7d8d7029

View file

@ -47,7 +47,7 @@ DefaultCC::DefaultCC() :
void DefaultCC::onACK(SequenceNumber ackNum) {
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
// because the original was too small and caused sending rate to stay at low level
// for long time.