libsocket
Namespaces
unixserverstream.cpp File Reference

Provides a UNIX domain STREAM server. More...

Go to the source code of this file.

Namespaces

 libsocket
 Contains libsocket elements.
 

Detailed Description

Provides a UNIX domain STREAM server.

The path given at the constructors is the bind path. accept() accepts a new connection and returns (like inet_stream_server) a pointer to a dynamically allocated instance of unix_stream_client which may be used to communicate with the connected client.

Definition in file unixserverstream.cpp.