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

Talk more about multiple tokens #2962

Merged
merged 4 commits into from
Sep 10, 2019
Merged

Talk more about multiple tokens #2962

merged 4 commits into from
Sep 10, 2019

Conversation

martinthomson
Copy link
Member

This addresses some questions about use of multiple tokens, as well as
cleaning up the text adjacent in minor ways.

Closes #2801.

@martinthomson martinthomson added editorial An issue that does not affect the design of the protocol; does not require consensus. -transport labels Aug 9, 2019
Copy link
Contributor

@ianswett ianswett left a comment

Choose a reason for hiding this comment

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

Some suggestions, but looks good.

{{migration-linkability}}. A client MUST NOT reuse a token if it believes that
its point of network attachment has changed since the token was last used; that
is, if there is a change in its local IP address or network interface. A client
needs to start the connection process over if it migrates prior to completing
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it'd be preferable to avoid the word 'migrate' here, and reuse the preceding text: "if there is a change in its local IP address or network interface."?

the handshake.

Clients might receive multiple tokens on a single connection. Aside from
preventing linkability, any token can be used in connection attempt. Servers
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
preventing linkability, any token can be used in connection attempt. Servers
preventing linkability, any token can be used in any connection attempt. Servers

I think this is what you meant?

This addresses some questions about use of multiple tokens, as well as
cleaning up the text adjacent in minor ways.

Closes #2801.
@martinthomson martinthomson merged commit f9d4213 into master Sep 10, 2019
@martinthomson martinthomson deleted the multi-token branch September 10, 2019 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-transport editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

describe how a client is supposed to handle multiple tokens
4 participants