mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Move template parameter in Thread to a more logical scope location.
This commit is contained in:
@ -431,7 +431,7 @@ Node::ReasonForTermination Node::run()
|
||||
if (lastDelayDelta >= ZT_SLEEP_WAKE_DETECTION_THRESHOLD) {
|
||||
resynchronize = true;
|
||||
LOG("probable suspend/resume detected, pausing a moment for things to settle...");
|
||||
Thread<Node>::sleep(ZT_SLEEP_WAKE_SETTLE_TIME);
|
||||
Thread::sleep(ZT_SLEEP_WAKE_SETTLE_TIME);
|
||||
}
|
||||
|
||||
// Periodically check our network environment, sending pings out to all
|
||||
|
Reference in New Issue
Block a user