Skip to content

Commit 822aded

Browse files
committed
Changed so that additional ECN-CE marks are sent in immediate ACKs to avoid unclarity in regards to CE marks and receovery period.
1 parent 0e7d43b commit 822aded

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

draft-ietf-quic-recovery.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ when it receives a new packet which is not one greater than the
418418
largest received packet number.
419419

420420
Also, reception of an packet marked as ECN Congestion Experience (ECN-CE)
421-
SHOULD be acknowledged more quickly to quicker react to congesiton events.
422-
Additional ECN-CE marks received during the same recovery period does
423-
not need to be immediately acknowledged, see {{congestion-ecn}}.
421+
SHOULD be acknowledged immediately to quicker react to congesiton events.
422+
Additional ECN-CE marks received during the same recovery period are also
423+
immediately acknowledged to correctly account for ECN-CE marks in the recovery period.
424424

425425
As an optimization, a receiver MAY process multiple packets before
426426
sending any ACK frames in response. In this case they can determine
@@ -894,14 +894,14 @@ in {{tlp}} and {{rto}}.
894894

895895
If ECN {!RFC3168} has been verified to work for the current path QUIC
896896
will use the ECN Congestion Experienced (ECN-CE) IP packet marking as a
897-
signal of congestion as a complement to paket loss. This document
897+
signal of congestion as a complement to packet loss. This document
898898
specifies to use the classical ECN-CE response, i.e. the same response
899-
as for packet loss. However, there exist potenatial for future
899+
as for packet loss. However, there exist potential for future
900900
experimentation in using other response functions as discussed in
901901
{!RFC8311}.
902902

903903
The ACK_ECN frame defined in {{QUIC-TRANSPORT}} does not provide
904-
information on which of the newely acknowledged packets that
904+
information on which of the newly acknowledged packets that
905905
was marked with ECN-CE. Therefore, it will be assumed that
906906
the congestion event starts at the highest acknowledged packet
907907
number.

0 commit comments

Comments
 (0)