Socket Server
|
Go to the source code of this file.
Macros | |
#define | TRX_SOCKET_CONSTANTS 1 |
Variables | |
const int | SOCKET_ERROR = -1 |
const int | SOCKET_OK = 0 |
const int | WAIT_SOCKET_FAILURE = -1 |
const int | WAIT_SOCKET_SUCCESS = 0 |
#define TRX_SOCKET_CONSTANTS 1 |
const int SOCKET_ERROR = -1 |
Values used when attempting to open a socket
const int SOCKET_OK = 0 |
const int WAIT_SOCKET_FAILURE = -1 |
Values used when listening for connections to a socket
const int WAIT_SOCKET_SUCCESS = 0 |