Skip to content

Commit

Permalink
ECN Counts; last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 26, 2021
1 parent 51dc3a6 commit 07a2b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rfc9000.md
Expand Up @@ -5598,7 +5598,7 @@ ACK Ranges:

ECN Counts:

: The three ECN Counts; see {{ack-ecn-counts}}.
: The three ECN counts; see {{ack-ecn-counts}}.


### ACK Ranges {#ack-ranges}
Expand Down Expand Up @@ -5674,7 +5674,7 @@ connection error of type FRAME_ENCODING_ERROR.
The ACK frame uses the least significant bit of the type value (that is, type
0x03) to indicate ECN feedback and report receipt of QUIC packets with
associated ECN codepoints of ECT(0), ECT(1), or ECN-CE in the packet's IP
header. ECN Counts are only present when the ACK frame type is 0x03.
header. The ECN Counts field is only present when the ACK frame type is 0x03.

When present, there are three ECN counts, as shown in {{ecn-count-format}}.

Expand All @@ -5687,7 +5687,7 @@ ECN Counts {
~~~
{: #ecn-count-format title="ECN Count Format"}

The three ECN Counts are:
The three fields in ECN Counts are:

ECT0 Count:
: A variable-length integer representing the total number of packets received
Expand Down

0 comments on commit 07a2b64

Please sign in to comment.