We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1367ca9 + 967da83 commit a9b1d36Copy full SHA for a9b1d36
draft-ietf-quic-ack-frequency.md
@@ -405,6 +405,13 @@ If the reordering theshold is 3 and acknowledgements are only sent due to reorde
405
Receive 10 -> Send ACK because of 7
406
~~~
407
408
+Note that in this example, the receipt of packet 9 triggers an ACK
409
+that reports both packets 6 and 7 as missing. However,
410
+the receipt of packet 10 needs to trigger another immediate ACK
411
+because only with the reporting of the successful receiption of
412
+packet 10, the sender will be able to declare packet 7 as lost
413
+(with a reordering threshold of 3).
414
+
415
If the reordering threshold is 5 and acknowledgements are only sent due to reordering:
416
417
0 commit comments