Skip to content

Commit

Permalink
Merge pull request #259 from quicwg/ianswett-monotonic-sequence
Browse files Browse the repository at this point in the history
Sequence number is monotonically increasing
  • Loading branch information
ianswett authored Dec 11, 2023
2 parents c335c91 + 9edb002 commit 28acefe
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ Sequence Number:

: A variable-length integer representing the sequence number assigned to the
ACK_FREQUENCY frame by the sender to allow receivers to ignore obsolete
frames.
frames. A sending endpoint MUST send monotonically increasing values in
the Sequence Number field to allow obsolete ACK_FREQUENCY frames to be
ignored when packets are processed out of order.

Ack-Eliciting Threshold:

Expand Down Expand Up @@ -266,12 +268,9 @@ value has already been sent. However, it is not forbidden to retransmit the lost
frame (see Section 13.3 of {{QUIC-TRANSPORT}}), because the receiver will ignore
duplicate or out-of-order ACK_FREQUENCY frames based on the Sequence Number.

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
unless the Sequence Number value in the frame is greater 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 processed
value.

# IMMEDIATE_ACK Frame {#immediate-ack-frame}

Expand Down

0 comments on commit 28acefe

Please sign in to comment.