Skip to content

Commit 34eb1bd

Browse files
authored
Merge pull request #260 from quicwg/mirjak-patch-26
ACK_FREQUENCY frame not this frame
2 parents 28acefe + 4e5b466 commit 34eb1bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-quic-ack-frequency.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ On sending an update to the peer's `max_ack_delay`, an endpoint can use this new
433433
value in later computations of its Probe Timeout (PTO) period; see {{Section 5.2.1
434434
of QUIC-RECOVERY}}.
435435

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

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

0 commit comments

Comments
 (0)