Skip to content

Commit

Permalink
martin's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Dec 21, 2018
1 parent 221567a commit 786d360
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -3065,8 +3065,10 @@ this happens, and if verification succeeds, the local reference counts MUST be
increased to match the counts in the ACK frame.

Processing counts out of order can result in verification failure. An endpoint
MUST NOT perform this verification if the ACK frame is received in a packet with
packet number lower than a previously received ACK frame.
SHOULD NOT perform this verification if the ACK frame is received in a packet
with packet number lower than a previously received ACK frame. Verifying based
on ACK frames that arrive out of order can result in disabling ECN
unnecessarily.

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 786d360

Please sign in to comment.