summaryrefslogtreecommitdiff
path: root/node/Constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r--node/Constants.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index d29df4e4..29fab0e3 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -199,6 +199,11 @@ error_no_ZT_ARCH_defined;
#define ZT_MAC_FIRST_OCTET 0x32
/**
+ * Length of secret key in bytes
+ */
+#define ZT_PEER_SECRET_KEY_LENGTH 32
+
+/**
* How often Topology::clean() and Network::clean() are called in ms
*/
#define ZT_DB_CLEAN_PERIOD 300000