#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <unistd.h>#include <errno.h>#include <zz_string.h>#include <zz_exception.h>#include <zz_sock_exception.h>#include <zz_export.h>Go to the source code of this file.
Classes | |
| class | CzzSocket |
Defines | |
| #define | INVALID_SOCKET -1 |
| #define | SOCKET_ERROR -1 |
Typedefs | |
| typedef int | SOCKET |
|
|
|
|
|
|
|
|
|
1.4.6-NO