1 #ifndef LIBSOCKET_UNIXSERVERDGRAM_H_110A6B56F8A4414DAB6BE7B527FDA490 2 #define LIBSOCKET_UNIXSERVERDGRAM_H_110A6B56F8A4414DAB6BE7B527FDA490 60 void setup(
const char* bindpath,
int socket_flags = 0);
61 void setup(
const string& bindpath,
int socket_flags = 0);
Contains libsocket elements.
Provides an interface to UNIX-domain datagram sockets.
bool bound
Shows if the socket is already bound (for setup routines)
Generic class for all UNIX datagram (DGRAM) sockets, implementing i/o functions.
unix_dgram_server(void)
Void constructor.
void setup(const char *bindpath, int socket_flags=0)
Binds a socket.