[][src]Module turbulence::unreliable_channel

Structs

UnreliableChannel

Turns a stream of unreliable, unordered packets into a stream of unreliable, unordered messages.

Enums

RecvError
SendError

Constants

MAX_MESSAGE_LEN

The maximum possible message length of an UnreliableChannel message, based on the MAX_PACKET_LEN.