Re: HTTP not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 03 January 2005 08:40, Andy Green wrote:

> If either
>
> echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
>
> or
>
> echo 0 > /proc/sys/net/ipv4/tcp_ecn
>
> effect a magical cure then that was your problem: if so stick the cure
> in /etc/rc.local and away you go.
If either of these work as required, they would probably be better placed 
in /etc/sysctl.conf
the syntax would be

net.ipv4.tcp_window_scaling = 0
and/or
net.ipv4.tcp_ecn = 0

sysctl will pick these changes up once at boot (it's run from the rc.sysinit 
script).
in rc.local they would not be made in runlevels S or 1 (it is possible that 
you may at some point need a fully functional network in single-user mode)

Stuart
-- 
Stuart Sears RHCE, RHCX
If man is only a little lower than the angels, the angels should reform.
		-- Mary Wilson Little


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux