Skip to content

Commit

Permalink
Script updating gh-pages from 1f99475. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 29, 2023
1 parent 787fcd9 commit 69266cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-quic-ack-frequency.html
Original file line number Diff line number Diff line change
Expand Up @@ -1427,8 +1427,9 @@ <h2 id="name-ack_frequency-frame">
<p id="section-4-6">An endpoint can send multiple ACK_FREQUENCY frames with different values within a
connection. A sending endpoint MUST send monotonically increasing values in the
Sequence Number field, since this field allows ACK_FREQUENCY frames to be processed
out of order. A receiving endpoint MUST ignore a received ACK_FREQUENCY frame if the
Sequence Number value in the frame is smaller than the largest currently processed value.<a href="#section-4-6" class="pilcrow"></a></p>
out of order. A receiving endpoint MUST ignore a received ACK_FREQUENCY frame
unless the Sequence Number value in the frame is greater than the largest currently
processed value.<a href="#section-4-6" class="pilcrow"></a></p>
</section>
</div>
<div id="immediate-ack-frame">
Expand Down
6 changes: 3 additions & 3 deletions draft-ietf-quic-ack-frequency.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ Table of Contents
values within a connection. A sending endpoint MUST send
monotonically increasing values in the Sequence Number field, since
this field allows ACK_FREQUENCY frames to be processed out of order.
A receiving endpoint MUST ignore a received ACK_FREQUENCY frame if
the Sequence Number value in the frame is smaller than the largest
currently processed value.
A receiving endpoint MUST ignore a received ACK_FREQUENCY frame
unless the Sequence Number value in the frame is greater than the
largest currently processed value.

5. IMMEDIATE_ACK Frame

Expand Down

0 comments on commit 69266cc

Please sign in to comment.