Module cobalt::shared [] [src]

Structures related to UDP connection handling.

Reexports

pub use self::handler::Handler;

Modules

handler

Structs

Config

A connection configuration object.

Connection

Implementation of reliable UDP based messaging protocol.

ConnectionID

The Connection ID type.

Socket

A Non-blocking abstraction over a UDP socket.

Enums

ConnectionState

A value indicating the current state of a connection.

Type Definitions

SocketReader

A channel receiver for UDP packets.