mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 13:48:16 +00:00
Yet more WIP on mulitcast algo...
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user