@@ -356,6 +356,12 @@ packet. After an ACK_FREQUENCY frame with a Reordering Threshold value other
356
356
than 1 has been received, this extension delays immediate acknowledgements
357
357
to reordered ack-eliciting packets and the gaps they can create.
358
358
359
+ When a packet is received that has a packet number less than another already received,
360
+ ack-eliciting packet, this still triggers an immediate acknowledgement if the
361
+ reordering threshold has already trigger an acknowledgement and therefore the packet
362
+ number gap was already announced. Otherwise the normal acknowledgment
363
+ bevavior applies based on the maximum acknowledgement delay and the ack-eliciting threshold.
364
+
359
365
If the most recent ACK_FREQUENCY frame received from the peer has a Reordering
360
366
Threshold value of 0, the endpoint SHOULD NOT send an immediate
361
367
acknowledgment in response to packets received out of order, and instead
@@ -505,7 +511,7 @@ peer's max_ack_delay.
505
511
506
512
When sending PTO packets, one can include an IMMEDIATE_ACK frame to elicit an
507
513
immediate acknowledgment. This avoids delaying acknowledgements of PTO packets
508
- by the ack delay, reducing tail latency and allowing the sender
514
+ by the acknowledgement delay, reducing tail latency and allowing the sender
509
515
to exclude the peer's max_ack_delay from subsequent PTO calculations.
510
516
511
517
# Determining Acknowledgment Frequency {#implementation}
@@ -573,7 +579,7 @@ the increase in congestion window and can create larger packet bursts.
573
579
If the sender is application-limited, acknowledgments can be delayed
574
580
unnecessarily when entering idle periods. Therefore, if no further data is
575
581
buffered to be sent, a sender can send an IMMEDIATE_ACK frame with the last data
576
- packet before an idle period to avoid waiting for the ack delay.
582
+ packet before an idle period to avoid waiting for the acknowledgement delay.
577
583
578
584
If there are no inflight packets, no acknowledgments will be received for at least
579
585
a round trip when sending resumes. The max_ack_delay and Ack-Eliciting Threshold
0 commit comments