Expand description
Implements the Yamux multiplexing protocol for libp2p, see also the specification.
Structs§
- Incoming
- The
futures::stream::Streamof incoming substreams. - Local
Incoming - The
futures::stream::Streamof incoming substreams (!Send). - Open
Substream Token - A token to poll for an outbound substream.
- Window
Update Mode - The window update mode determines when window updates are sent to the remote, giving it new credit to send more data.
- Yamux
- A Yamux connection.
- Yamux
Config - The yamux configuration.
- Yamux
Error - The Yamux
StreamMuxererror type. - Yamux
Local Config - The yamux configuration for upgrading I/O resources which are ![
Send].