[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071013162324.7c140a61@freepuppy.rosehill>
Date: Sat, 13 Oct 2007 16:23:24 -0700
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: linux-kernel@...r.kernel.org
Subject: Re: regression(?): starting with 2.6.21 sending packets became
broken.
On Sat, 13 Oct 2007 22:35:25 +0200 (CEST)
Jan Engelhardt <jengelh@...putergmbh.de> wrote:
>
> On Oct 13 2007 19:59, David wrote:
> >Try
> >
> >echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
> >
> >I bet you have broken router(s) between your machine and the problem
> >site(s).
>
> There is an xt_TCPOPTSTRIP module in the works that allows you to strip
> Window Scaling only on the connections you want (rather than globally);
> seems to be in for 2.6.24 at earliest, though it's there is also the
> standalone patch.
You can also do it on a per route basis which is easier than bothering
with filtering rules by just enforcing a window size limit.
ip route add {broken_dst}/32 via {gateway} window 65535
Long description at:
http://lwn.net/Articles/92727/
--
Stephen Hemminger <shemminger@...ux-foundation.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists