You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An optimization to when and how libp2p selects a muxer is actively underway.
The muxer will be negotiated and selected "early", as a part of the security handshake process (TLS and Noise) during connection establishment.
The Working Draft version of the spec is close to complete and the feature is being implemented in go-libp2p in Q4 2022 and in rust-libp2p sometime in Q2 2023.
Documentation that describes this optimization and the contrasts it to the old status quo (early muxer negotiation & selection vs in later/separate in multistream selection round.)
Describes benefits offered (saving RTTs and decreasing TTFB)
An optimization to when and how libp2p selects a muxer is actively underway.
The muxer will be negotiated and selected "early", as a part of the security handshake process (TLS and Noise) during connection establishment.
The Working Draft version of the spec is close to complete and the feature is being implemented in go-libp2p in Q4 2022 and in rust-libp2p sometime in Q2 2023.
Done Criteria
Why Important
We need to document and highlight the performance optimizations libp2p has specified and implemented.
The text was updated successfully, but these errors were encountered: