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

Gorry's ECN rewrite #4059

Merged
merged 16 commits into from Sep 15, 2020
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -3899,7 +3899,7 @@ use of ECN for packets to this receiver.

On receiving an IP packet with an ECT(0), ECT(1) or CE codepoint, an
ECN-enabled endpoint accesses the ECN codepoint and
increases the corresponding ECT(0), ECT(1), or CE count, These ECN counts are
increases the corresponding ECT(0), ECT(1), or CE count. These ECN counts are
included in subsequent ACK frames; see {{generating-acks}} and {{frame-ack}}.

Each packet number space maintains separate acknowledgement state and separate
Expand Down