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 forward references to packet number spaces #3401

Merged
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
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -199,8 +199,8 @@ Ack-eliciting Packet:
Out-of-order packet:

: A packet that does not increase the largest received packet number for its
packet number space by exactly one. A packet can arrive out of order
if it is delayed or if earlier packets are lost or delayed.
packet number space ({{packet-numbers}}) by exactly one. A packet can arrive
out of order if it is delayed or if earlier packets are lost or delayed.

Endpoint:

Expand Down Expand Up @@ -1339,9 +1339,10 @@ properties:
An endpoint can verify support for Explicit Congestion Notification (ECN) in the
first packets it sends, as described in {{ecn-validation}}.

The CRYPTO frame can be sent in different packet number spaces. The sequence
numbers used by CRYPTO frames to ensure ordered delivery of cryptographic
handshake data start from zero in each packet number space.
The CRYPTO frame can be sent in different packet number spaces
({{packet-numbers}}). The sequence numbers used by CRYPTO frames to ensure
ordered delivery of cryptographic handshake data start from zero in each
packet number space.

Endpoints MUST explicitly negotiate an application protocol. This avoids
situations where there is a disagreement about the protocol that is in use.
Expand Down