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

ECN validation nits #3747

Merged
merged 2 commits into from Jun 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -3718,9 +3718,9 @@ this requires being able to read the ECN codepoints from the enclosing IP
packet, which is not possible on all platforms.

An IP packet that results in no QUIC packets being processed does not increase
ECN counts. A packet detected by a receiver as a duplicate does not affect the
receiver's local ECN codepoint counts; see {{security-ecn}} for relevant
security concerns.
ECN counts. A QUIC packet detected by a receiver as a duplicate does not
affect the receiver's local ECN codepoint counts; see {{security-ecn}} for
relevant security concerns.

If an endpoint receives a QUIC packet without an ECT or CE codepoint in the IP
packet header, it responds per {{generating-acks}} with an ACK frame without
Expand Down