Skip to content

Commit

Permalink
Merge pull request #202 from quicwg/mirjak-patch-18
Browse files Browse the repository at this point in the history
ACK packet carrying frame
  • Loading branch information
mirjak authored Jul 10, 2023
2 parents 52ee114 + b807c3a commit 4127a60
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 @@ -412,10 +412,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 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
increases the peer's `max_ack_delay`.
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 increases 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 4127a60

Please sign in to comment.