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);
Provides an interface to UNIX-domain datagram sockets.
unix_dgram_server(void)
Void constructor.
bool bound
Shows if the socket is already bound (for setup routines)
void setup(const char *bindpath, int socket_flags=0)
Binds a socket.
Generic class for all UNIX datagram (DGRAM) sockets, implementing i/o functions.
Contains libsocket elements.