You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the script that our original measurements were based on, I just couldn't find it again so many years later.
The implementation in #180 which I noticed is thrown in with the traceroute implementation actually doesn't do the right thing. It sets CE on all the packets including the SYN, so doesn't test whether or not we can get CE through the path. A sane ECN implementation wouldn't negotiate ECN if it saw CE on the SYN.
This fallback is not part of the standard and as we have published in our common TMA paper that some host do not implement it:
"69.35% of all hosts (33145) only negotiated ECN when the
ECN IP codepoint was set to zeros (non-ECT) but not if ETC0
or CE was set. Only 12.79% of the hosts (8280) negotiated
ECN no matter what codepoint was set on the TCP SYN. 26
hosts negotiated ECN when ECT0 was set but not when CE
was set. While it was expected that some hosts would not
negotiate ECN if CE was set, as this is a known fallback
mechanism to prevent ECN usage on corrupted path, it is
rather surprising how many hosts have implemented this logic
and that most host apply the same fallback to ETC0."
However, the bigger questions here, which is currently discussed in the IETF, is can we use ECN on the SYN (together with AccECN). So actually not negotiating classic ECN if the SYN is marked can be good, however, this is not the only deployed behavior...
No description provided.
The text was updated successfully, but these errors were encountered: