[][src]Module turbulence::reliable_bincode_channel

Structs

ReliableBincodeChannel

Wraps a ReliableChannel together with an internal buffer to allow easily sending message types serialized with bincode.

ReliableTypedChannel

Wrapper over an ReliableBincodeChannel that only allows a single message type.

Enums

Error

Constants

MAX_MESSAGE_LEN

The maximum supported length for a message sent over a ReliableBincodeChannel.