@@ -418,9 +418,9 @@ when it receives a new packet which is not one greater than the
418
418
largest received packet number.
419
419
420
420
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 .
424
424
425
425
As an optimization, a receiver MAY process multiple packets before
426
426
sending any ACK frames in response. In this case they can determine
@@ -894,14 +894,14 @@ in {{tlp}} and {{rto}}.
894
894
895
895
If ECN {!RFC3168} has been verified to work for the current path QUIC
896
896
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
898
898
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
900
900
experimentation in using other response functions as discussed in
901
901
{!RFC8311}.
902
902
903
903
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
905
905
was marked with ECN-CE. Therefore, it will be assumed that
906
906
the congestion event starts at the highest acknowledged packet
907
907
number.
0 commit comments