#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
Go to the source code of this file.
Defines | |
#define | closesocket close |
#define | INVALID_SOCKET -1 |
Typedefs | |
typedef int | SOCKET |
Unix/Linux uses ints for sockets. |
#define closesocket close |
Definition at line 13 of file SocketIncludes.h.
#define INVALID_SOCKET -1 |
Definition at line 22 of file SocketIncludes.h.
typedef int SOCKET |
Unix/Linux uses ints for sockets.
Definition at line 25 of file SocketIncludes.h.