UNIX domain sockets, streams and sessions.
More...
Include dependency graph for unix.h:
Go to the source code of this file.
Data Structures
Unix domain sockets are used for stream based connected sessions between processes on the same machine.
More...
Unix streams are used to represent Unix domain client connections to a local server for accepting client connections.
More...
A more natural C++ "unixstream" class for use by non-threaded applications.
More...
The Unix domain session is used to primarily to represent a client connection that can be managed on a seperate thread.
More...
Detailed Description
UNIX domain sockets, streams and sessions.
Definition in file unix.h.