Expand description

Networking things that are not specific to either transport.

Structs

Configuration for a client or server.

A network message containing the message content, along with the metadata associated.

A header to be sent before the payload on TCP.

Enums

A way to specify the valid CIds for an operation.

An enum for the possible states of a connection.

An enum representing the 2 possible transports.

Constants

The maximum safe message size that can be sent on udp, after taking off the possible overheads from the transport.

Type Definitions

Connection ID.

The function used to deserialize a message.

Message ID.

The function used to serialize a message.