> Is ECN enabled? Check with: > > cat /proc/sys/net/ipv4/tcp_ecn > > If this returns 1, try turning it of with: > > echo 0 > /proc/sys/net/ipv4/tcp_ecn > > (last command must be run as root) > > > Bob Ah that worked nicely. Cheers Matthew.
> Is ECN enabled? Check with: > > cat /proc/sys/net/ipv4/tcp_ecn > > If this returns 1, try turning it of with: > > echo 0 > /proc/sys/net/ipv4/tcp_ecn > > (last command must be run as root) > > > Bob Ah that worked nicely. Cheers Matthew.