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

Allow the QuicConnectionIdGenerator also take the source connection i… #766

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

normanmaurer
Copy link
Member

…d into account

Motivation:

Sometimes its useful to use the source and destination connection id to generate a connection id

Modifications:

  • Add new default method to QuicConnectionIdGenerator that implementations can implement
  • Call new method when it makes sense

Result:

More flexible connection id generation on the server

…d into account

Motivation:

Sometimes its useful to use the source and destination connection id to generate a connection id

Modifications:

- Add new default method to QuicConnectionIdGenerator that implementations can implement
- Call new method when it makes sense

Result:

More flexible connection id generation on the server
@normanmaurer normanmaurer changed the title 2Allow thr QuicConnectionIdGenerator also take the source connection i… Allow the QuicConnectionIdGenerator also take the source connection i… Dec 11, 2024
@normanmaurer normanmaurer added this to the 0.0.70.Final milestone Dec 11, 2024
@normanmaurer normanmaurer merged commit d35be08 into main Dec 12, 2024
15 checks passed
@normanmaurer normanmaurer deleted the conn_id branch December 12, 2024 14:39
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

Successfully merging this pull request may close these issues.

2 participants