Re: [UDT] Error in app/cc.h (CScalableTCP)
Brought to you by:
lilyco
From: Yunhong Gu <yu...@la...> - 2006-03-03 16:54:08
|
Yes, you are right. Thanks for leting me know this. I will fix this problem and update the CVS. Yunhong On Fri, 3 Mar 2006, Harald schwier wrote: > 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > UDT-general mailing list > UDT...@li... > https://lists.sourceforge.net/lists/listinfo/udt-general > |