[UDT] Error in app/cc.h (CScalableTCP)
Brought to you by:
lilyco
From: Harald s. <sc...@rv...> - 2006-03-03 16:18:31
|
Hello, i thing there is a bug in Scalable TCP congestion control. In ACKAction the Congestion Window is updated by: m_dCWndSize += 0.01 * m_dCWndSize; (Line 140) According to http://datatag.web.cern.ch/datatag/pfldnet2003/papers/kelly.pdf this should look like: m_dCWndSize += 0.01; Bye, Harald |