![]() | |||||||||||
Messages in this thread |
David S. Miller <davem@redhat.com> írta: > On Tue, 29 Jun 2004 11:22:56 -0700 > Stephen Hemminger <shemminger@osdl.org> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 14:04 [from the cache] ©2003-2008 | |||||||||||