|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
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... | |
Contains definitions for socket settings.
Provides definitions with regard to socket settings.
| const uint8_t Socket::Settings::MAX_CONNECTIONS = 32 |
Maximal connections.
The maximal number of connections the navigation process can handle.
| const int Socket::Settings::QUEUE_LENGTH = 5 |
Maximal queue length.
The maximal number of processes that can be queued on a socket.
1.8.13