libp2p / docs

Documentation site for the libp2p project.
https://docs.libp2p.io/
Other
60 stars 88 forks source link

Document "Early Muxer Negotiation" #213

Closed p-shahi closed 1 year ago

p-shahi commented 1 year ago

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.