Skip to content

Commit 40ae561

Browse files
authored
Merge pull request #271 from quicwg/lucas/fix-224
Clarify motivations
2 parents 9ba6581 + 25f1758 commit 40ae561

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

draft-ietf-quic-ack-frequency.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,14 @@ sender, and CPU utilization at both a data sender and a data receiver.
142142
Reducing the frequency of acknowledgments can improve connection and
143143
endpoint performance in the following ways:
144144

145-
- Sending UDP packets can be very CPU intensive on some platforms. Reducing
146-
the number of packets that only contain acknowledgments reduces the CPU
147-
consumed at a data receiver. Experience shows that this reduction can be
148-
critical for high bandwidth connections.
149-
150-
- Similarly, receiving and processing UDP packets can also be CPU intensive, and
151-
reducing acknowledgment frequency reduces this cost at a data sender.
145+
- Sending UDP datagrams can be very CPU intensive on some platforms. A data
146+
receiver can decrease its CPU usage by reducing the number of
147+
acknowledgement-only packets that it sends. Experience shows that this
148+
reduction can be critical for high bandwidth connections.
149+
150+
- Similarly, receiving UDP datagrams can also be CPU intensive. Reducing the
151+
acknowledgement frequency therefore also reduces the CPU usage at the data
152+
sender as it has to receive and process fewer acknowledgment-only packets.
152153

153154
- For asymmetric link technologies, such as DOCSIS, LTE, and satellite,
154155
connection throughput in the forward path can become constrained

0 commit comments

Comments
 (0)