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
LPardue authored Mar 4, 2024
1 parent d8d4794 commit 266e772
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ min_ack_delay (0xff04de1b):
too small a value in the Requested Max Ack Delay field of the ACK_FREQUENCY
frame.

An endpoint's min_ack_delay MUST NOT be greater than its max_ack_delay.
Endpoints that support this extension MUST treat receipt of a min_ack_delay that
is greater than the received max_ack_delay as a connection error of type
TRANSPORT_PARAMETER_ERROR. Note that while the endpoint's max_ack_delay
An endpoint's minumum acknowledgement delay MUST NOT be greater than its maximum
acknowledgement delay. Endpoints that support this extension MUST treat receipt
of a min_ack_delay that is greater than the maximum acknowledgement delay (whether
received in max_ack_delay, or the default assumed due to omission) as a connection
error of type TRANSPORT_PARAMETER_ERROR. Note that while the endpoint's max_ack_delay
transport parameter is in milliseconds ({{Section 18.2 of QUIC-TRANSPORT}}),
min_ack_delay is specified in microseconds.

Expand Down

0 comments on commit 266e772

Please sign in to comment.