DOKK / manpages / debian 10 / libcommoncpp2-doc / unix.h.3.en
unix.h(3) Library Functions Manual unix.h(3)

unix.h - UNIX domain sockets, streams and sessions.

#include <cc++/missing.h>
#include <cc++/socket.h>


class ost::UnixSocket
Unix domain sockets are used for stream based connected sessions between processes on the same machine. class ost::UnixStream
Unix streams are used to represent Unix domain client connections to a local server for accepting client connections. class ost::unixstream
A more natural C++ 'unixstream' class for use by non-threaded applications. class ost::UnixSession
The Unix domain session is used to primarily to represent a client connection that can be managed on a separate thread.


ost

UNIX domain sockets, streams and sessions.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++