Re: 2.6.7-mm1 - 2.6.7-mm4 weird http behavior

From: Debi Janos
Date: Tue Jun 29 2004 - 14:10:21 EST


David S. Miller <davem@xxxxxxxxxx> írta:

> On Tue, 29 Jun 2004 11:22:56 -0700
> Stephen Hemminger <shemminger@xxxxxxxx> wrote:
>
> > To turn of receive buffer auto-tuning:
> > sysctl -w net.ipv4.tcp_moderate_rcvbuf=0
> > sysctl -w net.ipv4.tcp_default_win_scale=0
>
> It may be just the window scaling that's causing the grief
> so people can try just setting tcp_default_win_scale to zero
> and leaving tcp_moderate_rcvbuf enabled.
>
> That would be an important data-point.

Yes.

sysctl -w net.ipv4.tcp_default_win_scale=0

is enough.

(1.2GHz 55C) root@alderaan:/home/trey $ sysctl
net.ipv4.tcp_moderate_rcvbuf
net.ipv4.tcp_moderate_rcvbuf = 1
(1.2GHz 55C) root@alderaan:/home/trey $ sysctl
net.ipv4.tcp_default_win_scale
net.ipv4.tcp_default_win_scale = 0
(1.2GHz 54C) root@alderaan:/home/trey $

With this setting i have not problem, working everything is
fine.

-
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/