diff --git a/libraries/networking/src/udt/CongestionControl.cpp b/libraries/networking/src/udt/CongestionControl.cpp index 555f48cfd6..9dc1880df6 100644 --- a/libraries/networking/src/udt/CongestionControl.cpp +++ b/libraries/networking/src/udt/CongestionControl.cpp @@ -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.