-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Muxer selection in TLS handshake #1751
Comments
Thank you for writing this up @julian88110! This sounds like a good plan. I'm wondering if instead of an |
The ConnectionState idea is a good point, it makes it easier to extend. Yes we can definitely adopt this approach. Thanks for bringing that up! |
@julian88110 : if there are updates/changes to the plan in light of 2022-09-19 conversations, please update. here (or in the libp2p/specs issue if that makes more sense). |
Closed by #1772 |
This enhancement is the go/TLS implementation of the spec#446; which is tracked by #426.
The core idea is to perform muxer selection in the security protocol handshake process, rather than selecting muxer in a separate multistream-selection round.
In order to implement this enhancement, I am planning to do the following:
The text was updated successfully, but these errors were encountered: