summaryrefslogtreecommitdiff
path: root/node/Network.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Network.cpp')
-rw-r--r--node/Network.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Network.cpp b/node/Network.cpp
index 8bcf185c..ad5a69a4 100644
--- a/node/Network.cpp
+++ b/node/Network.cpp
@@ -316,6 +316,8 @@ void Network::clean()
_multicastGroupsBehindMe.erase(mg++);
else ++mg;
}
+
+ _multicastTopology.clean(now,*(_r->topology),(_config) ? _config->multicastLimit() : (unsigned int)ZT_DEFAULT_MULTICAST_LIMIT);
}
Network::Status Network::status() const