Registry / networking / libp2p-go-stream-muxer-multistream

libp2p-go-stream-muxer-multistream

JSON →
library0.5.0gogounverified

Package multistream implements a peerstream transport using go-multistream to select the underlying stream muxer.

go get github.com/libp2p/go-stream-muxer-multistream
INSTALL
IMPORT
SIG · LIBP2P-GO-STREAM-M
L
libp2p-go-stream-muxer-multistream
networkinggov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

multistream
github.com/libp2p/go-stream-muxer-multistream

Create a multistream transport

package main import ( "fmt" "github.com/libp2p/go-stream-muxer-multistream" ) func main() { fmt.Println(multistream.Transport{}) }
Debug
Known issues
breakingThis package is deprecated and has moved to go-libp2p.
fix
Use github.com/libp2p/go-libp2p/p2p/muxer/muxer-multistream instead.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libp2p-go-stream-muxer-multistream — go get libp2p-go-stream-muxer-multistream · libregistry