Skip to content

Commit 261c0e7

Browse files
committed
Implementing Ian's proposals
1 parent 1d37a4c commit 261c0e7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

draft-ietf-quic-transport.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,12 +1740,11 @@ network, an endpoint verifies the following when an ACK_ECN frame is received:
17401740
of packets newly acknowledged that were sent with the corresponding codepoint.
17411741

17421742
* If the increase in the ECT(0), ECT(1) and CE counters are greater than the
1743-
number of newly ACKed packets, and received ACK's smallest acknowledged or
1744-
gap indicated packet number is larger than previously largest acknowledged
1745-
packet known by the sender, i.e. there exist a lack of information, then the
1746-
above comparisions MUST NOT be performed. Instead a new comparision point
1747-
is stored by the sender so that only changes after this point will be used
1748-
in the future comaparisions.
1743+
number of newly ACKed packets, and received ACK's smallest acknowledged is
1744+
larger than the previous largest acknowledged, then it's likely
1745+
acknowledgements were missed, and the above comparison MUST NOT be
1746+
performed. Instead a new comparision point is stored by the sender so that
1747+
only changes after this point will be used in the future comaparisions.
17491748

17501749
Upon successful verification, an endpoint continues to set ECT codepoints in
17511750
subsequent packets with the expectation that the path is ECN-capable.

0 commit comments

Comments
 (0)