From c6b7d57771bb70f859671a180d84cfe18f758559 Mon Sep 17 00:00:00 2001 From: mirjak Date: Fri, 12 Jan 2024 12:28:07 +0100 Subject: [PATCH 1/3] Reference in sec 3 to new frames types fixes #230 --- draft-ietf-quic-ack-frequency.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/draft-ietf-quic-ack-frequency.md b/draft-ietf-quic-ack-frequency.md index 148ddaa1..97fbf9ed 100644 --- a/draft-ietf-quic-ack-frequency.md +++ b/draft-ietf-quic-ack-frequency.md @@ -167,6 +167,11 @@ extension provides a mechanism to solve this problem. # Negotiating Extension Use {#nego} +After the successful negotiation of this extension two new frames can be used +to provide guidance about delaying and sending of ACK frames to its peer. These +frames are the ACK_FREQUENCY Frame (see {{ack-frequency-frame}}) and the +IMMEDIATE_ACK Frame (see {{immediate-ack-frame}}). + Endpoints advertise their support of the extension described in this document by sending the following transport parameter ({{Section 7.2 of QUIC-TRANSPORT}}): From d67060c4b4d1b521fbd992138f6815d458759e8d Mon Sep 17 00:00:00 2001 From: mirjak Date: Fri, 12 Jan 2024 14:16:16 +0100 Subject: [PATCH 2/3] whitespace --- 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 97fbf9ed..7a05df90 100644 --- a/draft-ietf-quic-ack-frequency.md +++ b/draft-ietf-quic-ack-frequency.md @@ -169,7 +169,7 @@ extension provides a mechanism to solve this problem. After the successful negotiation of this extension two new frames can be used to provide guidance about delaying and sending of ACK frames to its peer. These -frames are the ACK_FREQUENCY Frame (see {{ack-frequency-frame}}) and the +frames are the ACK_FREQUENCY Frame (see {{ack-frequency-frame}}) and the IMMEDIATE_ACK Frame (see {{immediate-ack-frame}}). Endpoints advertise their support of the extension described in this document by From 97021660b373d2ce47a2a70b3333c98f9374d533 Mon Sep 17 00:00:00 2001 From: mirjak Date: Wed, 31 Jan 2024 09:59:46 +0100 Subject: [PATCH 3/3] frame not Frame Co-authored-by: Lucas Pardue --- draft-ietf-quic-ack-frequency.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-ack-frequency.md b/draft-ietf-quic-ack-frequency.md index 7a05df90..ffe64f45 100644 --- a/draft-ietf-quic-ack-frequency.md +++ b/draft-ietf-quic-ack-frequency.md @@ -169,8 +169,8 @@ extension provides a mechanism to solve this problem. After the successful negotiation of this extension two new frames can be used to provide guidance about delaying and sending of ACK frames to its peer. These -frames are the ACK_FREQUENCY Frame (see {{ack-frequency-frame}}) and the -IMMEDIATE_ACK Frame (see {{immediate-ack-frame}}). +frames are the ACK_FREQUENCY frame (see {{ack-frequency-frame}}) and the +IMMEDIATE_ACK frame (see {{immediate-ack-frame}}). Endpoints advertise their support of the extension described in this document by sending the following transport parameter ({{Section 7.2 of QUIC-TRANSPORT}}):