Crate yamux

Available on crate feature yamux only.
Expand description

Implementation of the Yamux multiplexing protocol for libp2p.

Structsยง

Config
The yamux configuration.
Error
The Yamux StreamMuxer error type.
Muxer
A Yamux connection.
Stream
A stream produced by the yamux multiplexer.
WindowUpdateMode
The window update mode determines when window updates are sent to the remote, giving it new credit to send more data.