-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Description
We can save one round trip by passing in supported muxers in the security handshake. This isn't multi stream select v2 or protocol select (but can use similar ideas).
This can be a small incremental upgrade that reduces our round trip setup cost by one.
We can define a code for each muxer and exchange a list of which codes are supported in the handshake, and the responder can respond with their preferred muxer in the handshake response.
cc @marten-seemann since this came from a discussion we had. Please feel free to fill in any details I missed.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🎉 Done