On Thu, Dec 20, 2007 at 04:00:37AM -0800, David Miller wrote: > > In the most ideal sense, tcp_window_allows() should probably > be changed to only return MSS multiples. > > Unfortunately this would add an expensive modulo operation, > however I think it would elimiate this problem case.
Well you only have to divide in the unlikely case of us being limited by the receiver window. In that case speed is probably not of the essence anyway. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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