dcrud
0.0.0
Distributed data and services
|
#include <Network.hpp>
Static Public Member Functions | |
static IParticipant & | join (unsigned int id, const io::InetSocketAddress &addr, const std::string &intrfc) |
static IParticipant & | join (unsigned int id, const io::InetSocketAddress &addr) |
static void | leave (IParticipant &participant) |
Definition at line 9 of file Network.hpp.
|
static |
id | participant id |
addr | IP address:port pair |
intrfc | the network interface to use, identified by its IP address |
|
static |
id | participant id |
addr | IP address:port pair Note: The first up, non loopback, multicast capable interface will be used |
|
static |