mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
docs,cleanup
This commit is contained in:
parent
21e6850722
commit
eea8d58afa
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ unsigned long Switch::doTimerTasks(uint64_t now)
|
|||
{
|
||||
unsigned long nextDelay = 0xffffffff; // ceiling delay, caller will cap to minimum
|
||||
|
||||
{
|
||||
{ // Iterate through NAT traversal strategies for entries in contact queue
|
||||
Mutex::Lock _l(_contactQueue_m);
|
||||
for(std::list<ContactQueueEntry>::iterator qi(_contactQueue.begin());qi!=_contactQueue.end();) {
|
||||
if (now >= qi->fireAtTime) {
|
||||
|
|
Loading…
Add table
Reference in a new issue