Categorygithub.com/libp2p/go-libp2p-yamux
modulepackage
0.10.0
Repository: https://github.com/libp2p/go-libp2p-yamux.git
Documentation: pkg.go.dev

# README

DEPRECATION NOTICE

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/muxer/yamux.

go-libp2p-yamux

GoDoc Coverage Status Build Status Discourse posts

An adapter to integrate the yamux multiplexer into libp2p as a stream muxer.

Install

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

Usage

Check out the GoDocs.

License

Dual-licensed under MIT and ASLv2, by way of the Permissive License Stack.

# Variables

Deprecated: use github.com/libp2p/go-libp2p/p2p/muxer/yamux.DefaultTransport instead.

# Type aliases

Transport implements mux.Multiplexer that constructs yamux-backed muxed connections.