TCP/IP function constants and structures. More...
Go to the source code of this file.
Data Structures | |
| struct | qsc_socket |
| The socket instance structure. More... | |
Macros | |
| #define | QSC_SOCKET_ADDRESS_MAX_SIZE 65ULL |
| #define | QSC_SOCKET_MAX_CONN 0x7FFFFFFFL |
| #define | QSC_SOCKET_RET_ERROR -1LL |
| #define | QSC_SOCKET_RET_SUCCESS 0LL |
| #define | QSC_SOCKET_TERMINATOR_SIZE 1ULL |
| #define | QSC_SOCKET_TIMEOUT_MSEC 10000ULL |
Typedefs | |
| typedef int32_t | socket_t |
TCP/IP function constants and structures.
| #define QSC_SOCKET_ADDRESS_MAX_SIZE 65ULL |
The maximum string length of an address
| #define QSC_SOCKET_MAX_CONN 0x7FFFFFFFL |
The maximum number of simultaneous connections
| #define QSC_SOCKET_RET_ERROR -1LL |
The base socket error flag
| #define QSC_SOCKET_RET_SUCCESS 0LL |
The base socket success flag
| #define QSC_SOCKET_TERMINATOR_SIZE 1ULL |
The length of the message string terminator character
| #define QSC_SOCKET_TIMEOUT_MSEC 10000ULL |
The default number of seconds to wait for a connection
| typedef int32_t socket_t |
The socket instance handle