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
13
typedef
int32_t
socket_t
;
14
15
const
socket_t
INVALID_SOCKET
= -1;
16
17
#endif
/* LIBS_COMM_ENETPORT_HPP_ */
INVALID_SOCKET
const socket_t INVALID_SOCKET
Definition
ENetPort.hpp:15
socket_t
int32_t socket_t
Definition
ENetPort.hpp:13
src
comms
socket
ENetPort.hpp
Generated by
1.12.0