Crate libp2p_yamux

source ·
Expand description

Implements the Yamux multiplexing protocol for libp2p, see also the specification.

Structs

The futures::stream::Stream of incoming substreams.
The futures::stream::Stream of incoming substreams (!Send).
A token to poll for an outbound substream.
The window update mode determines when window updates are sent to the remote, giving it new credit to send more data.
A Yamux connection.
The yamux configuration.
The Yamux StreamMuxer error type.
The yamux configuration for upgrading I/O resources which are Send.

Type Definitions