Home
last modified time | relevance | path

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

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DConstants.hpp466 #define ZT_MAX_BRIDGE_SPAM 32 macro
H A DSwitch.cpp543 Address bridges[ZT_MAX_BRIDGE_SPAM]; in onLocalEthernet()
556 if (activeBridges.size() <= ZT_MAX_BRIDGE_SPAM) { in onLocalEthernet()
564 while (numBridges < ZT_MAX_BRIDGE_SPAM) { in onLocalEthernet()