Add yamux as first streamMuxer #5804
Labels
meta-feature-request
Issues to track feature requests.
meta-investigate
Issues found that require further investigation and may not have a specific resolution/fix
prio-low
This is nice to have.
scope-networking
All issues related to networking, gossip, and libp2p.
Problem description
Beacon chain spec expects implementations to support yamux.
Yamux is a better multiplexer than yamux per-spec as it supports per stream back-pressure. However Javascript mplex implementation is more battle tested and has served us well, while yamux is new and may have bugs or performance issues
Solution description
@chainsafe/libp2p-yamux
is fully developed now, we should attempt to incorporate it by heavily testing itAdditional context
No response
The text was updated successfully, but these errors were encountered: