diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-09 09:34:13 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-09 09:34:13 -0700 |
commit | bcd05fbdfa7e340ef4df962773bb7c32cf5013c2 (patch) | |
tree | a817665afff359490e1df4e776e2e10ea07b6649 /node/NetworkConfig.hpp | |
parent | 2ba93436077b4f4901db81687df2e03d7ce6c8c5 (diff) | |
download | infinitytier-bcd05fbdfa7e340ef4df962773bb7c32cf5013c2.tar.gz infinitytier-bcd05fbdfa7e340ef4df962773bb7c32cf5013c2.zip |
Chunking of network config replies.
Diffstat (limited to 'node/NetworkConfig.hpp')
-rw-r--r-- | node/NetworkConfig.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index 907da936..3682c466 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -135,6 +135,8 @@ namespace ZeroTier { #define ZT_NETWORKCONFIG_DICT_KEY_CAPABILITIES "CAP" // tags (binary blobs) #define ZT_NETWORKCONFIG_DICT_KEY_TAGS "TAG" +// curve25519 signature +#define ZT_NETWORKCONFIG_DICT_KEY_SIGNATURE "C25519" // Legacy fields -- these are obsoleted but are included when older clients query |