[][src]Module turbulence::packet_multiplexer

Structs

ChannelStatistics
ChannelTotals
DuplicateChannel
IncomingMultiplexedPackets

A handle to push incoming packets into the multiplexer.

MuxPacket

A wrapper over a Packet that reserves the first byte for the channel.

MuxPacketPool
OutgoingMultiplexedPackets

A handle to receive outgoing packets from the multiplexer.

PacketMultiplexer

Routes packets marked with a channel header from a single Sink / Stream pair to a set of Sink / Stream pairs for each channel.

Enums

IncomingError
IncomingTrySendError

Type Definitions

PacketChannel