Skip to content

Commit

Permalink
Update draft-ietf-quic-ack-frequency.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett authored Sep 9, 2023
1 parent ed59afa commit 0792da6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,11 +451,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 either skip a sufficient number of packet numbers
or include an IMMEDIATE_ACK frame to elicit an immediate acknowledgement. This
avoids waiting for 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.
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 0792da6

Please sign in to comment.