Crate tetsy_libp2p_remux[][src]

Implements the Remux multiplexing protocol for libp2p, see also the specification.

Structs

Incoming

The [futures::stream::Stream] of incoming substreams.

LocalIncoming

The [futures::stream::Stream] of incoming substreams (!Send).

OpenSubstreamToken

A token to poll for an outbound substream.

Remux

A Remux connection.

RemuxConfig

The remux configuration.

RemuxError

The Remux StreamMuxer error type.

RemuxLocalConfig

The remux configuration for upgrading I/O resources which are

Send

.

WindowUpdateMode

The window update mode determines when window updates are sent to the remote, giving it new credit to send more data.

Type Definitions

RemuxResult