Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some of the nits in #3214 #4016

Merged
merged 14 commits into from Aug 26, 2020
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -3849,7 +3849,7 @@ rate in response, as described in {{QUIC-RECOVERY}}.

Note that supporting ECN requires being able to set and read the ECN codepoints
in the IP headers of datagrams carrying QUIC packets. On platforms where
possible, QUIC cannot support ECN.
this is not possible, QUIC cannot support ECN.

To use ECN, QUIC endpoints first determine whether a path supports ECN marking
and the peer is able to access the ECN codepoint in the IP header. A network
Expand Down