File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ informative:
89
89
90
90
--- abstract
91
91
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.
94
94
95
95
--- note_Note_to_Readers
96
96
@@ -106,8 +106,17 @@ Working Group information can be found at [](https://github.com/quicwg).
106
106
107
107
# Introduction
108
108
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.
111
120
112
121
# # Terms and Definitions
113
122
You can’t perform that action at this time.
0 commit comments