dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Network.h File Reference
Include dependency graph for Network.h:

Go to the source code of this file.

Functions

dcrudIParticipant dcrudNetwork_join (unsigned int id, const ioInetSocketAddress *addr, const char *intrfc)
 
void dcrudNetwork_leave (dcrudIParticipant *participant)
 

Function Documentation

dcrudIParticipant dcrudNetwork_join ( unsigned int  id,
const ioInetSocketAddress addr,
const char *  intrfc 
)
Parameters
idparticipant id
addrIP address:port pair
intrfcthe network interface to use, identified by its IP address, may be null in such case the first up, non loopback, multicast capable interface will be used)
void dcrudNetwork_leave ( dcrudIParticipant *  participant)