1 #ifndef LIBSOCKET_UNIXCLIENTSTREAM_H_9C64A16FB22D46FC9436989C1752F0CF 2 #define LIBSOCKET_UNIXCLIENTSTREAM_H_9C64A16FB22D46FC9436989C1752F0CF 55 void connect(
const char* path,
int socket_flags = 0);
56 void connect(
const string& path,
int socket_flags = 0);
Contains libsocket elements.
Base class for all UNIX socket classes.
Provides an interface for working with UNIX STREAM sockets.
unix_stream_client(void)
Constructor.
Generic socket for active stream sockets (TCP client sockets, UNIX Stream clients)
Socket class for UNIX-domain STREAM socket server.
void connect(const char *path, int socket_flags=0)
Connect socket.