Skip to content

Commit

Permalink
Implementing Ian's proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
gloinul committed Jul 12, 2018
1 parent 1d37a4c commit 261c0e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,12 +1740,11 @@ network, an endpoint verifies the following when an ACK_ECN frame is received:
of packets newly acknowledged that were sent with the corresponding codepoint.

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

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

0 comments on commit 261c0e7

Please sign in to comment.