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
5 changes: 3 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -1465,8 +1465,9 @@ properties:
* authenticated negotiation of an application protocol (TLS uses ALPN
{{?RFC7301}} for this purpose)

An endpoint verifies support for Explicit Congestion Notification (ECN) in the
first packets it sends, as described in {{ecn-validation}}.
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}}.

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