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. Andrew.
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. Andrew.