This PR enhances the multistream protocol by directly using the pre-selected muxer provided during the Noise handshake, as indicated by IPeerContext.SpecificProtocolRequest. This optimization reduces the time spent on protocol negotiation, improving connection establishment efficiency.
Description:
This PR enhances the multistream protocol by directly using the pre-selected muxer provided during the Noise handshake, as indicated by
IPeerContext.SpecificProtocolRequest
. This optimization reduces the time spent on protocol negotiation, improving connection establishment efficiency.Issue Reference: #18