Skip to content

Commit

Permalink
Merge pull request #220 from quicwg/ianswett-immediate-ack-pto
Browse files Browse the repository at this point in the history
Immediate ACKs are good for PTO
  • Loading branch information
ianswett authored Sep 9, 2023
2 parents 7719028 + 0792da6 commit bcc5624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ will wait 'max_ack_delay', increasing the chances of a premature PTO.
Therefore, if Ignore Order is enabled, the PTO MUST be larger than the peer's
'max_ack_delay'.

When sending PTO packets, one can include an IMMEDIATE_ACK frame to elicit an
immediate acknowledgement. This avoids waiting the ack delay for
acknowledgements of PTO packets, reducing tail latency and allowing the sender
to exclude the peer's 'max_ack_delay' from subsequent PTO calculations.

# Determining Acknowledgement Frequency {#implementation}

Expand Down

0 comments on commit bcc5624

Please sign in to comment.