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

add an introduction for testing of ECN support #4141

Merged
merged 2 commits into from Sep 23, 2020
Merged
Changes from all commits
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
7 changes: 4 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1463,9 +1463,10 @@ properties:
* authenticated negotiation of an application protocol (TLS uses ALPN
{{?ALPN}} for this purpose)

An endpoint verifies support for Explicit Congestion Notification (ECN) by
observing whether the ACK frames acknowledging the first packets it sends carry
ECN counts, as described in {{ecn-validation}}.
Endpoints can use packets sent during the handshake to test for Explicit
Congestion Notification (ECN) support; see {{ecn}}. An endpoint verifies support
for ECN by observing whether the ACK frames acknowledging the first packets it
sends carry ECN counts, as described in {{ecn-validation}}.

The CRYPTO frame can be sent in different packet number spaces
({{packet-numbers}}). The offsets used by CRYPTO frames to ensure ordered
Expand Down