Home
last modified time | relevance | path

Searched refs:numExplicitGatherPeers (Results 1 – 1 of 1) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DMulticaster.cpp275 unsigned int numExplicitGatherPeers = 0; in send() local
279 explicitGatherPeers[numExplicitGatherPeers++] = bestRoot->address(); in send()
281 explicitGatherPeers[numExplicitGatherPeers++] = network->controller(); in send()
297 explicitGatherPeers[numExplicitGatherPeers++] = ac[shuffled[i]]; in send()
298 if (numExplicitGatherPeers == 16) in send()
305 explicitGatherPeers[numExplicitGatherPeers++] = *a; in send()
306 if (numExplicitGatherPeers == 16) in send()
311 for(unsigned int k=0;k<numExplicitGatherPeers;++k) { in send()