Crate libp2p_yamux
source ·Expand description
Implementation of the Yamux multiplexing protocol for libp2p.
Structs
- The yamux configuration.
- The Yamux
StreamMuxer
error type. - The [
futures::stream::Stream
] of incoming substreams. - The yamux configuration for upgrading I/O resources which are ![
Send
]. - The [
futures::stream::Stream
] of incoming substreams (!Send
). - A Yamux connection.
- The window update mode determines when window updates are sent to the remote, giving it new credit to send more data.
Type Definitions
- YamuxDeprecated
- YamuxConfigDeprecated
- YamuxErrorDeprecated
- YamuxLocalConfigDeprecated
- YamuxResultDeprecated