#include "ezsockets.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netdb.h>
Defines | |
#define | SOCKET_ERROR -1 |
#define | SOCKET_NONE 0 |
#define | INVALID_SOCKET -1 |
Functions | |
istream & | operator>> (istream &is, EzSockets &obj) |
ostream & | operator<< (ostream &os, EzSockets &obj) |
|
|
|
|
|
|
|
|
|
|