Make multicast gathering a bit smarter.
This commit is contained in:
parent
dee86e2448
commit
49dc47ff38
5 changed files with 28 additions and 34 deletions
|
@ -153,7 +153,6 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c
|
|||
RR->mc->send(
|
||||
((!nconf->isPublic())&&(nconf->com())) ? &(nconf->com()) : (const CertificateOfMembership *)0,
|
||||
nconf->multicastLimit(),
|
||||
network->wantMulticastGroup(mg) ? ZT_MULTICAST_DEFAULT_IMPLICIT_GATHER : 0,
|
||||
now,
|
||||
network->id(),
|
||||
mg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue