Skip to content

Commit 83ec3a4

Browse files
authored
Merge pull request #268 from quicwg/mirjak-patch-34
add ref to RFC9000 21.9 in sec considerations
2 parents 4ff7767 + b538f5f commit 83ec3a4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

draft-ietf-quic-ack-frequency.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -589,14 +589,20 @@ connection migration with updated information, e.g. to consider the new RTT esti
589589

590590
# Security Considerations
591591

592-
An improperly configured or malicious data sender could cause a
592+
An improperly configured or malicious data sender could request a
593593
data receiver to acknowledge more frequently than its available resources
594594
permit. However, there are two limits that make such an attack largely
595595
inconsequential. First, the acknowledgment rate is bounded by the rate at which
596596
data is received. Second, ACK_FREQUENCY and IMMEDIATE_ACK frames can only request
597-
an increase in the acknowledgment rate, but cannot force it.
598-
599-
In general, with this extension, a sender cannot force a receiver to acknowledge
597+
an increase in the acknowledgment rate, but cannot enforce it.
598+
599+
{{Section 21.9 of QUIC-TRANSPORT}} provides further guidance on peer denial of service
600+
attacks that could abuse control frames, including ACK frames as well as the newly herein specified
601+
ACK_FREQUENCY and IMMEDIATE_ACK frames, to cause disproportional
602+
processing costs without observable impact on the state of the connection.
603+
Especially, the IMMEDIATE_ACK frame does not only imply processing cost for receiving
604+
and processing the control frame itself but can also cause additional sending of
605+
packets. However, in general, with this extension, a sender cannot force a receiver to acknowledge
600606
more frequently than the receiver considers safe based on its resource constraints.
601607

602608
# IANA Considerations {#iana}

0 commit comments

Comments
 (0)