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);
Generic socket for active stream sockets (TCP client sockets, UNIX Stream clients)
Base class for all UNIX socket classes.
Provides an interface for working with UNIX STREAM sockets.
void connect(const char *path, int socket_flags=0)
Connect socket.
unix_stream_client(void)
Constructor.
Socket class for UNIX-domain STREAM socket server.
Contains libsocket elements.