Implement ERROR_UNWATNED_MULTICAST
This commit is contained in:
parent
cf6f30963c
commit
412389ec75
3 changed files with 27 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue