On Wed, Feb 27, 2002 at 05:13:20PM -0800, Andrew Agno wrote:
> I would guess that ECN might be turned on:
> % cat /proc/sys/net/ipv4/tcp_ecn
> To turn it off, use:
> % echo "1" > /proc/sys/net/ipv4/tcp_ecn
> 
> For info on ECN:
> http://www.icir.org/floyd/ecn.html
> and of course, Google.

[ that's a "0" of course to turn it off :) ]

Alternate interface, for kicks:

  # sysctl net.ipv4.tcp_ecn

tells you the current value, 0 or 1.

  # sysctl -w net.ipv4.tcp_ecn=0

set TCP ECN to 0.

To disable TCP ECN on every boot, edit /etc/sysctl.conf and add the
line:

  net.ipv4.tcp_ecn = 0

Best regards,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd.                 | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton

Attachment: pgpQUm4Y2kvxM.pgp
Description: PGP signature

Reply via email to