Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles.
This commit is contained in:
parent
40e4f39181
commit
5e71e07f59
8 changed files with 82 additions and 29 deletions
|
@ -353,7 +353,9 @@ bool NodeConfig::decodeControlMessagePacket(const void *key,const void *data,uns
|
|||
void NodeConfig::_CBcontrolPacketHandler(UdpSocket *sock,void *arg,const InetAddress &remoteAddr,const void *data,unsigned int len)
|
||||
{
|
||||
NodeConfig *nc = (NodeConfig *)arg;
|
||||
#ifdef ZT_TRACE
|
||||
const RuntimeEnvironment *_r = nc->_r;
|
||||
#endif
|
||||
|
||||
try {
|
||||
unsigned long convId = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue