Skip to content

Commit

Permalink
Merge pull request #301 from marten-seemann/patch-2
Browse files Browse the repository at this point in the history
apply RFC 9000 principles to error codes
  • Loading branch information
ianswett authored Jul 20, 2024
2 parents e770be6 + a5c7c73 commit a48b364
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:
of 2^14 or greater are invalid for max_ack_delay, as specified in
{{Section 18.2 of QUIC-TRANSPORT}}. A value smaller than the min_ack_delay
advertised by the peer is also invalid. Receipt of an invalid value MUST be
treated as a connection error of type FRAME_ENCODING_ERROR.
treated as a connection error of type PROTOCOL_VIOLATION.

Reordering Threshold:

Expand Down

0 comments on commit a48b364

Please sign in to comment.