Skip to content

Commit

Permalink
ACK_FREQUENCY frame not this
Browse files Browse the repository at this point in the history
fixes #241
  • Loading branch information
mirjak authored Nov 30, 2023
1 parent 290cab8 commit eb72c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ On sending an update to the peer's `max_ack_delay`, an endpoint can use this new
value in later computations of its Probe Timeout (PTO) period; see {{Section 5.2.1
of QUIC-RECOVERY}}.

Until the packet carrying this frame is acknowledged, the endpoint MUST use the
Until the packet carrying the ACK_FREQUENCY frame is acknowledged, the endpoint MUST use the
greater of the current `max_ack_delay` and the value that is in flight when
computing the PTO period. Doing so avoids spurious PTOs that can be caused by an
update that decreases the peer's `max_ack_delay`.
Expand Down

0 comments on commit eb72c66

Please sign in to comment.