a Server that serves multiple sockets at the same time More...
#include <CMultiServer.h>
Public Member Functions | |
bool | addSocket (CSocket *inSocket) |
void | serve () |
start serving these sockets |
Protected Attributes | |
list< CSocket * > | mSockets |
a list containing domain sockets | |
map< int, CSocket * > | mDescriptorToSocket |
find for a given file descriptor the socket |
a Server that serves multiple sockets at the same time