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

Make language in ECN validation clearer #3777

Merged
merged 9 commits into from Jun 23, 2020
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -3818,8 +3818,8 @@ validation using ECT(1) counts.

Erroneous application of ECN marks in the network can result in degraded
connection performance. An endpoint that receives an ACK frame with ECN
counts therefore validates the counts before using them. An endpoint validates
these counts by comparing newly received counts against those from the last
counts therefore validates the counts before using them. It performs this
validation by comparing newly received counts against those from the last
successfully processed ACK frame. Any increase in ECN counts is validated
based on the markings that were applied to packets that are newly
acknowledged in the ACK frame.
Expand Down