|
libsocket
|
| ▼ C | |
| ▼ inet | |
| libinetsocket.c | Contains all C libinetsocket functions |
| ▼ unix | |
| libunixsocket.c | |
| ▼ C++ | |
| dgramclient.cpp | Base class for all datagram-based socket classes |
| dgramoverstream.cpp | Simple framing over streams |
| exception.cpp | Exception class in libsocket CLASS FOR INTERNAL USE ONLY |
| framing.cpp | Utility functions for framing |
| inetbase.cpp | The base class for all internet-based sockets |
| inetclientdgram.cpp | Class for connectable UDP sockets |
| inetclientstream.cpp | TCP/IP socket class |
| inetdgram.cpp | The base class for all internet-datagram sockets (UDP/IP) |
| inetserverdgram.cpp | Contains class for creating a bound datagram socket |
| inetserverstream.cpp | INET server class |
| select.cpp | Contains non-template pieces of the select logic |
| socket.cpp | The very base class of libsocket |
| streamclient.cpp | Basic stream I/O (read/write/send/recv) |
| unixbase.cpp | Base class for all unix sockets |
| unixclientdgram.cpp | Client for UNIX domain datagram sockets |
| unixclientstream.cpp | Contains unix_stream_client, which can be used for UNIX SOCK_STREAM connections |
| unixdgram.cpp | I/O for UNIX sockets |
| unixserverdgram.cpp | Class for UNIX domain datagram servers |
| unixserverstream.cpp | Provides a UNIX domain STREAM server |
| ▼ headers | |
| dgramclient.hpp | |
| dgramoverstream.hpp | |
| epoll.hpp | [LINUX-only] epoll API abstraction layer |
| exception.hpp | |
| framing.hpp | Declarations of framing functions |
| inetbase.hpp | |
| inetclientdgram.hpp | |
| inetclientstream.hpp | |
| inetdgram.hpp | |
| inetserverdgram.hpp | |
| inetserverstream.hpp | |
| libinetsocket.h | Contains all functions available in the C libsocket |
| libunixsocket.h | |
| select.hpp | Contains the class selectset which provides a neat interface for watching several sockets |
| socket.hpp | |
| streamclient.hpp | |
| unixbase.hpp | |
| unixclientdgram.hpp | |
| unixclientstream.hpp | |
| unixdgram.hpp | |
| unixserverdgram.hpp | |
| unixserverstream.hpp |
1.8.15