From 58538500f26d6e362bac0275c11628222fdcac02 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 2 Oct 2013 16:12:10 -0400 Subject: Clean up some routine stuff like pings, and stop keeping links open forever even if there are no frames passing between them. --- node/Switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index b1e5f624..f471700c 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -379,7 +379,7 @@ unsigned long Switch::doTimerTasks() void Switch::announceMulticastGroups(const std::map< SharedPtr,std::set > &allMemberships) { std::vector< SharedPtr > directPeers; - _r->topology->eachPeer(Topology::CollectPeersWithActiveDirectPath(directPeers)); + _r->topology->eachPeer(Topology::CollectPeersWithActiveDirectPath(directPeers,Utils::now())); #ifdef ZT_TRACE unsigned int totalMulticastGroups = 0; -- cgit v1.2.3