Skip to content

Commit

Permalink
Merge pull request #273 from quicwg/mirjak-patch-37
Browse files Browse the repository at this point in the history
Clarify when RFC9000 sends immediate ACK
  • Loading branch information
mirjak authored Mar 4, 2024
2 parents 0b7e104 + 5b6045b commit d8d4794
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,11 @@ create excessive delays.
## Response to Out-of-Order Packets {#out-of-order}

As specified in {{Section 13.2.1 of QUIC-TRANSPORT}}, endpoints are expected to
send an acknowledgment immediately on receiving a reordered ack-eliciting
packet. This extension modifies that behavior when an ACK_FREQUENCY frame with
send an acknowledgment immediately on receipt of a reordered ack-eliciting
packet with a smaller packet number than the highest-numbered ack-eliciting packet
or with a higher packet number when there are missing packets between that packet
and the highest-numbered ack-eliciting packet.
This extension modifies that behavior when an ACK_FREQUENCY frame with
a Reordering Threshold value other than 1 has been received.

If the most recent ACK_FREQUENCY frame received from the peer has a Reordering
Expand Down

0 comments on commit d8d4794

Please sign in to comment.