File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -452,8 +452,14 @@ consecutive CE-marked packets are received or only non-CE-marked packet received
452
452
the endpoint resumes sending acknowledgements based on the Ack-Eliciting
453
453
Threshold or max_ack_delay. Therefore, CE-marking only triggers an immediate
454
454
acknowledgement when there is a transition from non-CE-marked to CE-marked.
455
-
456
- Doing this maintains the peer's response time to congestion events, while also
455
+ If the Ack-Eliciting Threshold is 0, every packet is anyway immediately
456
+ acknowledged, no matter if marked with CE or not. If the Ack-Eliciting Threshold
457
+ is 1, the default behavior as specified in RFC9000 applies, which recommends to
458
+ immediately acknowledge all packets marked with CE (see
459
+ {{Section 13.2.1 of QUIC-TRANSPORT}}).
460
+
461
+ Always acknowledging the first marked CE packet immediately maintains
462
+ the peer's response time to congestion events, while also
457
463
reducing the ACK rate compared to {{Section 13.2.1 of QUIC-TRANSPORT}} during
458
464
extreme congestion or when peers are using DCTCP {{?RFC8257}} or other
459
465
congestion controllers (e.g. {{?I-D.ietf-tsvwg-aqm-dualq-coupled}}) that mark
You can’t perform that action at this time.
0 commit comments