#include <SrvIfaceMgr.h>
Inheritance diagram for TSrvIfaceMgr:
Public Member Functions | |
TSrvIfaceMgr (string xmlFile) | |
~TSrvIfaceMgr () | |
bool | send (int iface, char *msg, int size, SmartPtr< TIPv6Addr > addr) |
SmartPtr< TMsg > | select (unsigned long timeout) |
void | setThats (SmartPtr< TSrvIfaceMgr > srvIfaceMgr, SmartPtr< TSrvTransMgr > srvTransMgr, SmartPtr< TSrvCfgMgr > srvCfgMgr, SmartPtr< TSrvAddrMgr > srvAddrMgr) |
|
|
|
|
|
reads messages from all interfaces it's wrapper around IfaceMgr::select(...) method
|
|
sends data to client. Uses multicast address as source
|
|
|