File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,11 @@ create excessive delays.
348
348
# # Response to Out-of-Order Packets {#out-of-order}
349
349
350
350
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
353
356
a Reordering Threshold value other than 1 has been received.
354
357
355
358
If the most recent ACK_FREQUENCY frame received from the peer has a Reordering
You can’t perform that action at this time.
0 commit comments