Re: 2.6.12-rc4-tcp3

From: Maciej Soltysiak
Date: Wed May 25 2005 - 12:09:12 EST


Hi

It is a pity it does not apply to -rc5:
Gives this reject:

***************
*** 4355,4370 ****
goto no_ack;
}

- if (eaten) {
- if (tcp_in_quickack_mode(tp)) {
- tcp_send_ack(sk);
- } else {
- tcp_send_delayed_ack(sk);
- }
- } else {
- __tcp_ack_snd_check(sk, 0);
- }
-
no_ack:
if (eaten)
__kfree_skb(skb);
--- 3719,3725 ----
goto no_ack;
}

+ __tcp_ack_snd_check(sk, 0);
no_ack:
if (eaten)
__kfree_skb(skb);

Regards,
Maciej


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/