Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <cstdint>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <csignal>
#include <cerrno>
Go to the source code of this file.
Typedefs | |
typedef int32_t | socket_t |
Variables | |
const socket_t | INVALID_SOCKET = -1 |
typedef int32_t socket_t |
const socket_t INVALID_SOCKET = -1 |