Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
ENetPort.hpp
Go to the documentation of this file.
1#ifndef LIBS_COMM_ENETPORT_HPP_
2#define LIBS_COMM_ENETPORT_HPP_
3
4#include <cstdint>
5#include <unistd.h>
6#include <sys/socket.h>
7#include <sys/uio.h>
8#include <arpa/inet.h>
9#include <netdb.h>
10#include <csignal>
11#include <cerrno>
12
13typedef int32_t socket_t;
14
16
17#endif /* LIBS_COMM_ENETPORT_HPP_ */
const socket_t INVALID_SOCKET
Definition ENetPort.hpp:15
int32_t socket_t
Definition ENetPort.hpp:13