Registry / networking / libp2p-go-yamux-v4

libp2p-go-yamux-v4

JSON →
library4.0.2gogounverified

A Go implementation of the Yamux multiplexer for libp2p.

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

Create a Yamux session for multiplexing streams.

package main import ( "github.com/libp2p/go-yamux/v4" ) func main() { // Example: create a yamux session session, _ := yamux.Server(nil, nil) defer session.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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