libsocket
|
Contains unix_stream_client
, which can be used for UNIX SOCK_STREAM connections.
More...
Go to the source code of this file.
Namespaces | |
libsocket | |
Contains libsocket elements. | |
Contains unix_stream_client
, which can be used for UNIX SOCK_STREAM connections.
unix_stream_client is the client socket for UNIX domain SOCK_STREAM client sockets. You may create and connect the socket after instantiation using connect().
Definition in file unixclientstream.cpp.