From 49dc47ff38ff27fd8f846a4a6354a60423376671 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 2 Oct 2014 11:35:37 -0700 Subject: Make multicast gathering a bit smarter. --- node/Switch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index c254c762..32190a87 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -153,7 +153,6 @@ void Switch::onLocalEthernet(const SharedPtr &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, -- cgit v1.2.3