#include <arpa/inet.h>#include <netdb.h>#include <sys/select.h>#include <sys/socket.h>#include <sys/time.h>#include <sys/types.h>#include <unistd.h>

Go to the source code of this file.
Macros | |
| #define | INVALID_SOCKET (-1) |
| #define | ur_close close |
| #define | ur_setsockopt setsockopt |
Typedefs | |
| typedef int | socket_t |
| #define INVALID_SOCKET (-1) |
Definition at line 60 of file socket_t.h.
| #define ur_close close |
Definition at line 64 of file socket_t.h.
| #define ur_setsockopt setsockopt |
Definition at line 63 of file socket_t.h.
| typedef int socket_t |
Definition at line 57 of file socket_t.h.