Skip to content

Commit 4ff7767

Browse files
authored
Merge pull request #266 from quicwg/mirjak-patch-32
abstract and intro
2 parents 820f2e5 + 1a9ee83 commit 4ff7767

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

draft-ietf-quic-ack-frequency.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ informative:
8989

9090
--- abstract
9191

92-
This document describes a QUIC extension for an endpoint to control its peer's
93-
delaying of acknowledgments.
92+
This document specifies an extension to QUIC that permits an endpoint to
93+
request that its peer changes its behavior when sending or delaying acknowledgments.
9494

9595
--- note_Note_to_Readers
9696

@@ -106,8 +106,17 @@ Working Group information can be found at [](https://github.com/quicwg).
106106

107107
# Introduction
108108

109-
This document describes a QUIC extension for an endpoint to control its peer's
110-
delaying of acknowledgments.
109+
The QUIC transport protocol recommends to send an ACK frame
110+
after receiving at least two ack-eliciting packets; see
111+
{{Section 13.2 of QUIC-TRANSPORT}}. However, it leaves the determination
112+
of how frequently to send acknowledgments in response to ack-eliciting packets
113+
to the data receiver without any ability for the data sender to impact this
114+
behavior. This document specifies an extension to QUIC that permits an endpoint to
115+
request that its peer changes its behavior when sending or delaying acknowledgments.
116+
117+
This document defines a new transport parameter to announce the support of this
118+
extension and specifies two new frame types to request changes to the peer's
119+
acknowledgement behavior.
111120

112121
## Terms and Definitions
113122

0 commit comments

Comments
 (0)