Implement ERROR_UNWATNED_MULTICAST

This commit is contained in:
Adam Ierymenko 2015-07-07 11:49:38 -07:00
parent cf6f30963c
commit 412389ec75
3 changed files with 27 additions and 1 deletions

View file

@ -106,6 +106,15 @@ public:
*/
void addMultiple(uint64_t now,uint64_t nwid,const MulticastGroup &mg,const void *addresses,unsigned int count,unsigned int totalKnown);
/**
* Remove a multicast group member (if present)
*
* @param nwid Network ID
* @param mg Multicast group
* @param member Member to unsubscribe
*/
void remove(uint64_t nwid,const MulticastGroup &mg,const Address &member);
/**
* Append gather results to a packet by choosing registered multicast recipients at random
*