Some controller fixes.

This commit is contained in:
Adam Ierymenko 2017-12-14 08:53:24 -08:00
parent e4a10cc510
commit 4704d115c4
3 changed files with 7 additions and 19 deletions

View file

@ -198,7 +198,6 @@ private:
int vMajor,vMinor,vRev,vProto;
Dictionary<ZT_NETWORKCONFIG_METADATA_DICT_CAPACITY> lastRequestMetaData;
Identity identity;
InetAddress physicalAddr; // last known physical address
inline bool online(const int64_t now) const { return ((now - lastRequestTime) < (ZT_NETWORK_AUTOCONF_DELAY * 2)); }
};
struct _MemberStatusHash