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

A question about retry token format #54

Closed
Lingtaonju opened this issue Oct 10, 2020 · 1 comment
Closed

A question about retry token format #54

Lingtaonju opened this issue Oct 10, 2020 · 1 comment

Comments

@Lingtaonju
Copy link

In following Figure 6: Cleartext format of shared-state retry tokens , the token format only encode original dcid and retry scid, but not initial scid.

image

As in the transport draft, it describes that all these three cids are carried in the transport parameters for Authenticating:
image

@martinduke
Copy link
Contributor

If you read it carefully, I think you'll see that this information isn't necessary in the token. The server needs S1, S2, and S3. S1 is the ODCID field. S2 is the RSCID field. S3 is the source connection ID it uses in the Initial it sends in response to the token! It is not even generated until the Retry token has been processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants