Registry / networking / libp2p-go-yamux-v2

libp2p-go-yamux-v2

JSON →
library2.3.0gogounverified

A Go implementation of the Yamux multiplexer for libp2p.

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

yamux
github.com/libp2p/go-yamux/v2

Imports the Yamux multiplexer package; usage requires a network connection.

package main import ( "fmt" "github.com/libp2p/go-yamux/v2" ) func main() { // Example: create a Yamux session (requires a net.Conn) fmt.Println("Yamux imported") }
Debug
Known issues
breakingVersion v2 uses Go modules with /v2 in the import path; ensure your go.mod requires the correct major version.
fix
Run 'go get github.com/libp2p/go-yamux/v2@latest' and import as 'github.com/libp2p/go-yamux/v2'.
affects: >=2.0.0
Upgrade
Version history
2.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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