On Wed, 11 Jan 2006 01:48:16 +1100
Joel Sing <[EMAIL PROTECTED]> wrote:

> Hi Stephen,
> 
> I've just tracked down a bug that appears to have been introduced in the 
> 2.6.15 kernel. Within the TCP Vegas implementation the slow start congestion 
> window increase code has been replaced with a call to tcp_slow_start (to 
> allow for ABC implementation). However, the call has been placed in a 
> location that only gets executed once per RTT. As a result, the window growth 
> is limited to one segment (or one call to tcp_slow_start) per RTT. 
> 
> Below is a patch that corrects this issue.
> 
> Cheers,
> 
> Joel
> 
> PS. Is there somewhere else that I should send these kinds of patches/bug 
> reports (eg. the netdev mailing list)?

I am surprised so many people are using vegas.

Yes, send bugs to netdev; the problem has already been fixed post 2.6.15.
If you want, the same patch could be sent for -stable (ie 2.6.15.X)




-- 
Stephen Hemminger <[EMAIL PROTECTED]>
OSDL http://developer.osdl.org/~shemminger
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to