Skip to content

Commit

Permalink
Merge pull request #260 from quicwg/mirjak-patch-26
Browse files Browse the repository at this point in the history
ACK_FREQUENCY frame not this frame
  • Loading branch information
ianswett authored Dec 11, 2023
2 parents 28acefe + 4e5b466 commit 34eb1bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ 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
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`.
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`.

While it is expected that endpoints will have only one ACK_FREQUENCY frame in
flight at any given time, this extension does not prohibit having more than one
Expand Down

0 comments on commit 34eb1bd

Please sign in to comment.