Announce multicast group changes on network rescanMulticastGroups()
This commit is contained in:
parent
aad344bb84
commit
496109fdcc
6 changed files with 86 additions and 39 deletions
|
@ -585,7 +585,7 @@ Node::ReasonForTermination Node::run()
|
|||
try {
|
||||
std::vector< SharedPtr<Network> > networks(RR->nc->networks());
|
||||
for(std::vector< SharedPtr<Network> >::const_iterator nw(networks.begin());nw!=networks.end();++nw)
|
||||
(*nw)->updateMulticastGroups();
|
||||
(*nw)->rescanMulticastGroups();
|
||||
} catch (std::exception &exc) {
|
||||
LOG("unexpected exception announcing multicast groups: %s",exc.what());
|
||||
} catch ( ... ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue