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

Require client VCID length to be at least as long as real client CID length? #112

Closed
ehaydenr opened this issue Jul 3, 2024 · 1 comment · Fixed by #117
Closed

Require client VCID length to be at least as long as real client CID length? #112

ehaydenr opened this issue Jul 3, 2024 · 1 comment · Fixed by #117
Assignees
Labels

Comments

@ehaydenr
Copy link
Collaborator

ehaydenr commented Jul 3, 2024

To reduce the likelihood of connection ID conflicts, the proxy SHOULD choose a
Virtual Client Connection ID that is at least as long as the Client Connection

This prevents clients from doing uniform CID comparison and potentially increases the likelihood of conflicts. Context here and here

To address this, we can change this SHOULD to a MUST

@ehaydenr
Copy link
Collaborator Author

This was discussed at 120. No objections to making a MUST.

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

Successfully merging a pull request may close this issue.

2 participants