mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
.
This commit is contained in:
parent
f94aea8119
commit
ac40f2191c
@ -382,6 +382,8 @@ void Topology::doPeriodicTasks(void *tPtr,int64_t now)
|
||||
}
|
||||
}
|
||||
|
||||
// Temporarily disable path cleanup to test hypothesis about periodic threading issues as reported by Keysight.
|
||||
/*
|
||||
{
|
||||
Mutex::Lock _l(_paths_m);
|
||||
Hashtable< Path::HashKey,SharedPtr<Path> >::Iterator i(_paths);
|
||||
@ -392,6 +394,7 @@ void Topology::doPeriodicTasks(void *tPtr,int64_t now)
|
||||
_paths.erase(*k);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void Topology::_memoizeUpstreams(void *tPtr)
|
||||
|
Loading…
Reference in New Issue
Block a user