Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Variables
Socket::Settings Namespace Reference

Contains definitions for socket settings. More...

Variables

const int QUEUE_LENGTH = 5
 Maximal queue length. More...
 
const uint8_t MAX_CONNECTIONS = 32
 Maximal connections. More...
 

Detailed Description

Contains definitions for socket settings.

Provides definitions with regard to socket settings.

Variable Documentation

◆ MAX_CONNECTIONS

const uint8_t Socket::Settings::MAX_CONNECTIONS = 32

Maximal connections.

The maximal number of connections the navigation process can handle.

◆ QUEUE_LENGTH

const int Socket::Settings::QUEUE_LENGTH = 5

Maximal queue length.

The maximal number of processes that can be queued on a socket.