#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netdb.h>
#include <signal.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
Macros | |
#define | SO_REUSEPORT SO_REUSEADDR |
#define | SOCKET_INVALID (-1) |
Typedefs | |
typedef int | t_socket |
typedef t_socket * | p_socket |
typedef struct sockaddr_storage | t_sockaddr_storage |
#define SO_REUSEPORT SO_REUSEADDR |
#define SOCKET_INVALID (-1) |
var SOCKET_INVALID (-1) |
local SOCKET_INVALID (-1) |
var p_socket |
local p_socket |
typedef struct sockaddr_storage t_sockaddr_storage |
local t_sockaddr_storage |
typedef int t_socket |
var t_socket |
local t_socket |