Skip to content

Commit

Permalink
Merge pull request #1909 from quicwg/reference-ecn
Browse files Browse the repository at this point in the history
Forward reference ECN verification
  • Loading branch information
martinthomson committed Oct 26, 2018
2 parents c2c8ce9 + 631cc5f commit 479eaf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,9 @@ The first client packet of the cryptographic handshake protocol MUST fit within
a 1232 octet QUIC packet payload. This includes overheads that reduce the space
available to the cryptographic handshake protocol.

An endpoint can verify support for Explicit Congestion Notification (ECN) in the
first packets it sends, as described in {{ecn-verification}}.

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.
Expand Down Expand Up @@ -2948,7 +2951,7 @@ to received ECN codepoints, it acknowledges received packets per
{{processing-and-ack}} with an ACK frame.


### ECN Verification
### ECN Verification {#ecn-verification}

Each endpoint independently verifies and enables use of ECN by setting the IP
header ECN codepoint to ECN Capable Transport (ECT) for the path from it to the
Expand Down

0 comments on commit 479eaf9

Please sign in to comment.