[RFC 2/3] TCP: cubic - eliminate use of receive time stamp

2007-07-19 Thread Stephen Hemminger
Remove use of received timestamp option value from RTT calculation in Cubic. A hostile receiver may be returning a larger timestamp option than the original value. This would cause the sender to believe the malevolent receiver had a larger RTT and because Cubic tries to provide some RTT

Re: [RFC 2/3] TCP: cubic - eliminate use of receive time stamp

2007-07-19 Thread Ilpo Järvinen
Hi all, It's definately better to do rtt measurements in the proper callback like you're suggesting since the call to cong_avoid depends on too many factors (ECN, FRTO) that shouldn't inhibit rtt sampling though they, for a period, determine how cwnd must be set... -- i. On Thu, 19 Jul 2007,