Skip to content

Commit a9b1d36

Browse files
authored
Merge pull request #274 from quicwg/mirjak-patch-38
Explain example further
2 parents 1367ca9 + 967da83 commit a9b1d36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

draft-ietf-quic-ack-frequency.md

+7
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ If the reordering theshold is 3 and acknowledgements are only sent due to reorde
405405
Receive 10 -> Send ACK because of 7
406406
~~~
407407

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+
408415
If the reordering threshold is 5 and acknowledgements are only sent due to reordering:
409416

410417
~~~

0 commit comments

Comments
 (0)