Module libp2p::yamux [−][src]
Implements the Yamux multiplexing protocol for libp2p, see also the specification.
Structs
| Config | The yamux configuration. |
| Incoming | The |
| LocalConfig | The yamux configuration for upgrading I/O resources which are
|
| LocalIncoming | The |
| OpenSubstreamToken | A token to poll for an outbound substream. |
| Yamux | A Yamux connection. |
| YamuxError | The Yamux |
Enums
| Mode | How the connection is used. |
| WindowUpdateMode | Specifies when window update frames are sent. |