From 4e1f49258bd5ff2b87c313f7452775ad78ce53db Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 10 Jun 2014 15:47:20 -0700 Subject: Bridging in NetworkConfig - GitHub Issue #68 --- node/Constants.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node/Constants.hpp') diff --git a/node/Constants.hpp b/node/Constants.hpp index 6d1ade22..37a3b3a9 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -108,6 +108,11 @@ error_no_byte_order_defined; */ #define ZT_ADDRESS_LENGTH 5 +/** + * Length of a hexadecimal ZeroTier address + */ +#define ZT_ADDRESS_LENGTH_HEX 10 + /** * Addresses beginning with this byte are reserved for the joy of in-band signaling */ -- cgit v1.2.3