|
From where are you viewing the site ?
If you're using Linux, then it could be that they're not accepting the ECN bit, and you just need to disable this, ie:
~ $ echo '0' >! /proc/sys/net/ipv4/tcp_ecn
Eventho the Explicite Congestion Notification is a well established standard, there are still some sites out there, whos routers dosn't accept the ECN bit, and thus appears to be unreachable when trying from a host who delibrately sets the ECN bit.
--edit--
Just tried it, and they are apparently behind a router that dosn't accept the ECN bit.. So the echo command is your only chance.. (unless you want to switch to windows)
|