Registry / networking / libp2p-go-yamux

libp2p-go-yamux

JSON →
library1.4.1gogounverified

Package yamux implements a stream multiplexer for libp2p using the Yamux protocol, enabling multiple streams over a single connection.

go get github.com/libp2p/go-yamux
INSTALL
IMPORT
SIG · LIBP2P-GO-YAMUX
L
libp2p-go-yamux
networkinggov1.4.1
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.

yamux
github.com/libp2p/go-yamux

Opens a Yamux client session and creates a new stream.

package main import ( "net" "github.com/libp2p/go-yamux" ) func main() { conn, _ := net.Dial("tcp", "example.com:9000") session, _ := yamux.Client(conn, nil) stream, _ := session.Open() defer stream.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
libp2p-go-yamux — go get libp2p-go-yamux · libregistry