Skip to content

Commit

Permalink
min_ack_delay and default max_ack_delay value
Browse files Browse the repository at this point in the history
  • Loading branch information
mirjak authored Mar 4, 2024
1 parent d8d4794 commit 059d0f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,10 @@ min_ack_delay (0xff04de1b):

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
is greater than the received max_ack_delay or the default as specified in
{{Section 18.2 of QUIC-TRANSPORT}}, if no max_ack_delay parameter was received,
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 059d0f9

Please sign in to comment.