libsocket
Namespaces
unixdgram.cpp File Reference

I/O for UNIX sockets. More...

Go to the source code of this file.

Namespaces

 libsocket
 Contains libsocket elements.
 

Detailed Description

I/O for UNIX sockets.

Provides the basic I/O functions for every UNIX domain datagram socket. Every unix datagram socket class is derived from this class because sndto and rcvfrom may be called on every datagram socket.

Definition in file unixdgram.cpp.