Yet more WIP on mulitcast algo...
This commit is contained in:
parent
d9abd4d9be
commit
954f9cbc13
11 changed files with 276 additions and 83 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue