#include <exception>#include <string>#include <unistd.h>#include <netinet/in.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/ioctl.h>Include dependency graph for kolsocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | kekonline |
Classes | |
| class | kekonline::SocketException |
| exception class for socket function error. More... | |
| class | kekonline::SocketLibrary |
| socket library (e.g., winsock) loader. More... | |
| class | kekonline::Socket |
| BSD socket library wrapper. More... | |
Defines | |
| #define | SHUT_RD 0 |
| #define | SHUT_WR 1 |
| #define | SHUT_RDWR 2 |
Typedefs | |
| typedef int | kekonline::socket_t |
| typedef void | kekonline::sockmsg_t |
| #define SHUT_RD 0 |
| #define SHUT_RDWR 2 |
| #define SHUT_WR 1 |
1.4.6-20060327