-
Notifications
You must be signed in to change notification settings - Fork 205
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
Various version negotiation fixes #474
Conversation
This is trivial, but closes a bunch of first implementation draft issues. @janaiyengar, I'd like to merge this before 2017-05-02. |
draft-ietf-quic-transport.md
Outdated
Version Negotiation packet. | ||
|
||
A client MUST ignore a Version Negotiation packet if it lists the version it has | ||
chosen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is difficult to parse. How about "A client MUST ignore a Version Negotiation packet that lists the client's chosen version."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, but LGTM
Version negotiation is stateless (this was implied but not made explicit)
Client ignores version negotiation packets if it has already done version negotiation.
Client ignores version negotiation packets if they list the version it is using.
Closes #284, #294, #241, #143.