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

Symmetric connection IDs #1151

Merged
merged 18 commits into from Mar 13, 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
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Expand Up @@ -787,12 +787,12 @@ Connection ID that they receive.
During the handshake, an endpoint might receive multiple packets with the long
header, and thus be given multiple opportunities to update the Destination
Connection ID it sends. A client MUST only change the value it sends in the
Destination Connection ID in response to the first packet of each type (Retry,
or Handshake) that it receives; a server MUST set its value based on the Initial
packet. If subsequent packets of those types include a different Source
Connection ID, they MUST be discarded. This avoids problems that might arise
from stateless processing of multiple Initial packets producing different
connection IDs.
Destination Connection ID in response to the first packet of each type it
receives from the server (Retry or Handshake); a server MUST set its value based
on the Initial packet. Any additional changes are not permitted; subsequent
packets of those types include a different Source Connection ID, they MUST be
discarded. This avoids problems that might arise from stateless processing of
Copy link
Contributor

Choose a reason for hiding this comment

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

This sentence needs grammar. I think you might be missing an "if" in "if subsequent packets of those types ..."

multiple Initial packets producing different connection IDs.

Short headers only include the Destination Connection ID and omit the explicit
length. The length of the Destination Connecton ID field is expected to be
Copy link
Contributor

Choose a reason for hiding this comment

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

s/Connecton/Connection/

Expand Down