Skip to content

Commit

Permalink
Fixing trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
gloinul committed Jul 12, 2018
1 parent d5729ff commit 1d37a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Expand Up @@ -1738,14 +1738,14 @@ network, an endpoint verifies the following when an ACK_ECN frame is received:

* The increase in ECT(0) and ECT(1) counters MUST be no greater than the number
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

* 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.
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 1d37a4c

Please sign in to comment.