#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | visionary::SockRecord |
Namespaces | |
visionary | |
Macros | |
#define | INVALID_SOCKET (SOCKET(-1)) |
#define | SOCKET_ERROR (-1) |
Typedefs | |
typedef int | SOCKET |
#define INVALID_SOCKET (SOCKET(-1)) |
Definition at line 29 of file SockRecord.h.
#define SOCKET_ERROR (-1) |
Definition at line 30 of file SockRecord.h.
typedef int SOCKET |
Definition at line 28 of file SockRecord.h.