Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change order of sentences to make error handling more clear #283

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions draft-ietf-quic-ack-frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,12 @@ Requested Max Ack Delay:
requests the peer update its max_ack_delay
({{Section 18.2 of QUIC-TRANSPORT}}). The value of this field is in
microseconds, unlike the max_ack_delay transport parameter, which is in
milliseconds. Sending a value smaller than the min_ack_delay advertised
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. Note that values of 2^14 or greater are invalid for max_ack_delay.
milliseconds. On receiving a valid value in this field, the endpoint MUST
update its max_ack_delay to the value provided by the peer. Note that
values of 2^14 or greater are invalid for max_ack_delay. Sending a value
smaller than the min_ack_delay advertised by the peer is invalid. Receipt
of an invalid value MUST be treated as a connection error of type
TRANSPORT_PARAMETER_ERROR.

Reordering Threshold:

Expand Down
Loading