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