From aadbccad5073e62c9b44a928e238329514d95504 Mon Sep 17 00:00:00 2001
From: ID Bot
Date: Sat, 20 Jul 2024 21:57:25 +0000
Subject: [PATCH] Script updating gh-pages from a48b364. [ci skip]
---
draft-ietf-quic-ack-frequency.html | 2 +-
draft-ietf-quic-ack-frequency.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/draft-ietf-quic-ack-frequency.html b/draft-ietf-quic-ack-frequency.html
index 9ac7b17..611290e 100644
--- a/draft-ietf-quic-ack-frequency.html
+++ b/draft-ietf-quic-ack-frequency.html
@@ -1414,7 +1414,7 @@
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:
diff --git a/draft-ietf-quic-ack-frequency.txt b/draft-ietf-quic-ack-frequency.txt
index 95a8d43..a3e6954 100644
--- a/draft-ietf-quic-ack-frequency.txt
+++ b/draft-ietf-quic-ack-frequency.txt
@@ -261,7 +261,7 @@ Table of Contents
[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.
+ PROTOCOL_VIOLATION.
Reordering Threshold: A variable-length integer that indicates the
maximum packet reordering before eliciting an immediate ACK, as