Expand description
Shared data structures, utilities, and protocol definitions.
Structs§
- Delimited
- Transport stream with JSON frames delimited by null characters.
Enums§
- Client
Message - A message from the client on the control connection.
- Server
Message - A message from the server on the control connection.
Constants§
- CONTROL_
PORT - TCP port used for control connections with the server.
- MAX_
FRAME_ LENGTH - Maximum byte length for a JSON frame in the stream.
- NETWORK_
TIMEOUT - Timeout for network connections and initial protocol messages.