Add OS_ARCH to network config metadata.
This commit is contained in:
parent
f79af92599
commit
8caede300c
6 changed files with 440 additions and 94 deletions
|
@ -105,6 +105,8 @@ namespace ZeroTier {
|
|||
|
||||
// Network config version
|
||||
#define ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_VERSION "v"
|
||||
// Network config version
|
||||
#define ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_OS_ARCH "o"
|
||||
// Protocol version (see Packet.hpp)
|
||||
#define ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_PROTOCOL_VERSION "pv"
|
||||
// Software vendor
|
||||
|
@ -687,7 +689,7 @@ public:
|
|||
|
||||
/**
|
||||
* Time current authentication expires or 0 if external authentication is disabled
|
||||
*
|
||||
*
|
||||
* Not used if authVersion >= 1
|
||||
*/
|
||||
uint64_t authenticationExpiryTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue