From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 12:50:01 +1000
> Sorry, I didn't mean to say that pkt_len is an incorrect cut-off point, > but that it's not a valid value for the MSS. So I'd like to see > > if (tcp_fragment(sk, skb, pkt_len, TCP_SKB_CB(skb)->tso_size)) > break; Oh yes, that makes a lot of sense. When I was doodling in this area, I was so happy to discover that I didn't have to calculate tcp_current_mss() that I just plugged the pkt_len value into both parameters without thinking :-) Thanks Herbert, I'll fix this up. - 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