Expand description

Socket related definitions

Structs

Manager of socket listeners

Socket packet

Enums

Enumeration of various errors during sending and parsing packets

Traits

Trait for serialization and deserialization util functions

Socket listener, something that can listen in to socket connections

Functions

Checks if packet is of a certain type, for requests without any parameters

Attempts to parse socket data into a specified type

Sends a packet with included requester ID from previous package, without data

Sends a packet with included requester ID from previous package

Sends a packet with included requester ID from previous package

Type Definitions

Boxed socket listener

Type for listener’s socket handles