From bc7d8d7029cf0b021bb01af4c3bffd41f8d2f0be Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 18 Aug 2015 12:06:45 -0700 Subject: [PATCH] change UDT note comment --- libraries/networking/src/udt/CongestionControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.