From a68f01054025f8e0a96a745f371d627083d2583d Mon Sep 17 00:00:00 2001 From: mirjak Date: Fri, 7 Jul 2023 17:00:54 +0200 Subject: [PATCH] change error code to TRANSPORT_PARAMETER_ERROR fixes #179 --- draft-ietf-quic-ack-frequency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-ack-frequency.md b/draft-ietf-quic-ack-frequency.md index 390bc43e..3a5a7e26 100644 --- a/draft-ietf-quic-ack-frequency.md +++ b/draft-ietf-quic-ack-frequency.md @@ -248,7 +248,7 @@ Request Max Ack Delay: 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 PROTOCOL_VIOLATION. On receiving a valid value in + 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.