Bugzilla – Bug 105175
ECN not enablable
Last modified: 2005-08-18 10:05:17 UTC
you can set DISABLE_ECN="no" in /etc/sysconfig/sysctl but this does not have any effect - this means it won't get enabled as it is disabled by default. One would expect that setting DISABLE_ECN="no" will *enable* ECN but in boot.proc it will just echo 0 > /proc/sys/net/ipv4/tcp_ecn if it's set to "yes". It sould also echo 1 > /proc/sys/net/ipv4/tcp_ecn if it's "no".
*** Bug 105183 has been marked as a duplicate of this bug. ***
fixed