Ilpo J??rvinen <[EMAIL PROTECTED]> wrote: > >> is the limitting factor? For latter IMHO this would be necessary: >> >> if (skb->len > limit) >> limit -= limit % mss_now;
Good catch! But how about putting this logic into tcp_window_allows since then you can avoid the divide for the case when we're not bound by the receiver window. 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