On Fri, Apr 20, 2001 at 01:03:46PM -0700, Wil Cooley wrote: > Thus spake Ramin Alidousti: > > What do you mean by all the applications? If you're having problems > > with TCP based applications, it's probably due to the ECN option on > > TCP. Turn it off, recompile the kernel and you should be OK. > > You can also add to /etc/sysctl.conf: > > # Disables explicit congestion notification > net.ipv4.tcp_ecn = 0 > > And reload with 'sysctl -p'. (Or of course 'echo 0 > > /proc/sys/net/ipv4/tcp_ecn') No need to rebuild your kernel. > > Wil duh-- what was I thinking?? Ramin