Crate libp2p_mplex

Source
Expand description

Implementation of the Stream Multiplexer Mplex protocol.

Structs§

MplexConfig
Configuration for the multiplexer.
Multiplex
Multiplexer. Implements the StreamMuxer trait.
Substream
Active substream to the remote.

Enums§

MaxBufferBehaviour
Behaviour when the maximum length of the buffer is reached.