NethermindEth / dotnet-libp2p

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

Optimize muxer selection using noise #18

Closed flcl42 closed 6 days ago

flcl42 commented 1 year ago

Noise can help to establish faster connection by providing information about preferred muxer during the handshake.

Let's optimize the negotiation by pre-selecting a muxer.

See usage of IPeerContext.SpecificProtocolRequest.

rose2221 commented 2 weeks ago

hey Alexey, i'd like to work on this issue!