You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows transports such as WebRTC-Direct to skip the early muxer
negotiation.
This handles an edge case where you have a libp2p node
configured with no dedicated muxer(s), instead transport(s) that
incorporate their own muxers but that use Noise to exchange PeerIDs.
Splits the existing muxer negotiation test out into it's own file
and adds more tests to handle the various configurations.
0 commit comments