diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-02 11:35:37 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-02 11:35:37 -0700 |
| commit | 49dc47ff38ff27fd8f846a4a6354a60423376671 (patch) | |
| tree | ad07f38721f9b47cfcd488a4f22e117e9f1dd605 /node/Switch.cpp | |
| parent | dee86e2448725d4ac592816cac504e5d43fcb026 (diff) | |
| download | infinitytier-49dc47ff38ff27fd8f846a4a6354a60423376671.tar.gz infinitytier-49dc47ff38ff27fd8f846a4a6354a60423376671.zip | |
Make multicast gathering a bit smarter.
Diffstat (limited to 'node/Switch.cpp')
| -rw-r--r-- | node/Switch.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> &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, |
