Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in ECN detection when ACK loss happens #1555

Merged
merged 7 commits into from Jul 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -1743,9 +1743,9 @@ network, an endpoint verifies the following when an ACK_ECN frame is received:
the number of newly acknowledged packets, and the received ACK's
smallest acknowledged is larger than the previous largest acknowledged,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I pointed out, this isn't ideal and will lead to ECN being disabled in some cases. I don't know how much we are going to want to worry about that though.

then it's likely acknowledgements were missed, and the above comparison
MUST NOT be performed. Instead a new comparision point is stored by the
MUST NOT be performed. Instead a new comparison point is stored by the
sender so that only changes after this point will be used in the future
comaparisions.
comparisons.


Upon successful verification, an endpoint continues to set ECT codepoints in
Expand Down