mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
Compile for for TRACE, remove old TESTNET cruft.
This commit is contained in:
@ -15,10 +15,6 @@ ifeq ($(ZT_AUTO_UPDATE),1)
|
|||||||
DEFS+=-DZT_AUTO_UPDATE
|
DEFS+=-DZT_AUTO_UPDATE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_USE_TESTNET),1)
|
|
||||||
DEFS+=-DZT_USE_TESTNET
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Enable SSE-optimized Salsa20
|
# Enable SSE-optimized Salsa20
|
||||||
DEFS+=-DZT_SALSA20_SSE
|
DEFS+=-DZT_SALSA20_SSE
|
||||||
|
|
||||||
|
@ -20,10 +20,6 @@ ifeq ($(ZT_AUTO_UPDATE),1)
|
|||||||
DEFS+=-DZT_AUTO_UPDATE
|
DEFS+=-DZT_AUTO_UPDATE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_USE_TESTNET),1)
|
|
||||||
DEFS+=-DZT_USE_TESTNET
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Enable SSE-optimized Salsa20
|
# Enable SSE-optimized Salsa20
|
||||||
DEFS+=-DZT_SALSA20_SSE
|
DEFS+=-DZT_SALSA20_SSE
|
||||||
|
|
||||||
|
@ -103,7 +103,6 @@ SharedPtr<Network> Network::newInstance(const RuntimeEnvironment *renv,NodeConfi
|
|||||||
nw->_restoreState();
|
nw->_restoreState();
|
||||||
nw->requestConfiguration();
|
nw->requestConfiguration();
|
||||||
} catch ( ... ) {
|
} catch ( ... ) {
|
||||||
TRACE("exception in network setup thread in _restoreState() or requestConfiguration()!");
|
|
||||||
nw->_lastConfigUpdate = 0; // call requestConfiguration() again
|
nw->_lastConfigUpdate = 0; // call requestConfiguration() again
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user