NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Add mplex protocol to libp2p stack #3

Closed flcl42 closed 11 months ago

flcl42 commented 1 year ago

Protocol implementation request: mplex

Additional context Mplex protocol should be considered as an alternative to yamux during protocol selection.

How to add new protocol guide

flcl42 commented 11 months ago

Not plans to implement