Skip to content

Commit d8d4794

Browse files
authored
Merge pull request #273 from quicwg/mirjak-patch-37
Clarify when RFC9000 sends immediate ACK
2 parents 0b7e104 + 5b6045b commit d8d4794

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

draft-ietf-quic-ack-frequency.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,11 @@ create excessive delays.
348348
## Response to Out-of-Order Packets {#out-of-order}
349349

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

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

0 commit comments

Comments
 (0)