Skip to content

Commit

Permalink
Merge pull request #276 from quicwg/mirjak-patch-40
Browse files Browse the repository at this point in the history
max value of max_ack_delay
  • Loading branch information
mirjak authored Mar 1, 2024
2 parents a9b1d36 + f604ce2 commit 0b7e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Requested Max Ack Delay:
by the peer is invalid. Receipt of an invalid value MUST be treated as a
connection error of type TRANSPORT_PARAMETER_ERROR. On receiving a valid value in
this field, the endpoint MUST update its max_ack_delay to the value provided
by the peer.
by the peer. Note that values of 2^14 or greater are invalid for max_ack_delay.

Reordering Threshold:

Expand Down

0 comments on commit 0b7e104

Please sign in to comment.