#include "ezSockets.h"#include <sys/types.h>#include <sys/socket.h>#include <unistd.h>#include <arpa/inet.h>#include <netdb.h>#include <iostream>Go to the source code of this file.
Defines | |
| #define | SOCKET_ERROR -1 |
| #define | SOCKET_NONE 0 |
| #define | INVALID_SOCKET -1 |
Variables | |
| int | iPackets = 0 |
| #define INVALID_SOCKET -1 |
Definition at line 33 of file ezSockets.cpp.
| #define SOCKET_ERROR -1 |
Definition at line 24 of file ezSockets.cpp.
| #define SOCKET_NONE 0 |
Definition at line 29 of file ezSockets.cpp.
| int iPackets = 0 |
Definition at line 40 of file ezSockets.cpp.