From c9227a2d4c48df03f7a1f5a56eac4f7ff0909f3c Mon Sep 17 00:00:00 2001
From: ID Bot
receiving ACK_FREQUENCY frames. If an endpoint sends the transport parameter,
the peer is allowed to send ACK_FREQUENCY frames independent of whether it also
sends the min_ack_delay transport parameter or not.¶
Receiving a min_ack_delay transport parameter indicates that the peer might send -ACK_FREQUENCY frames in the future. Until an ACK_FREQUENCY frame is received, -receiving this transport parameter does not cause the endpoint to -change its acknowledgement behavior.¶
+Until an ACK_FREQUENCY frame is received, sending the min_ack_delay transport +parameter does not cause the endpoint to change its acknowledgement behavior.¶
Endpoints MUST NOT remember the value of the min_ack_delay transport parameter they received for use in a subsequent connection. Consequently, ACK_FREQUENCY frames cannot be sent in 0-RTT packets, as per Section 7.4.1 of [QUIC-TRANSPORT].¶
diff --git a/draft-ietf-quic-ack-frequency.txt b/draft-ietf-quic-ack-frequency.txt index 2856c646..1f18499e 100644 --- a/draft-ietf-quic-ack-frequency.txt +++ b/draft-ietf-quic-ack-frequency.txt @@ -189,10 +189,9 @@ Table of Contents independent of whether it also sends the min_ack_delay transport parameter or not. - Receiving a min_ack_delay transport parameter indicates that the peer - might send ACK_FREQUENCY frames in the future. Until an - ACK_FREQUENCY frame is received, receiving this transport parameter - does not cause the endpoint to change its acknowledgement behavior. + Until an ACK_FREQUENCY frame is received, sending the min_ack_delay + transport parameter does not cause the endpoint to change its + acknowledgement behavior. Endpoints MUST NOT remember the value of the min_ack_delay transport parameter they received for use in a subsequent connection.