diff options
Diffstat (limited to 'node/Constants.hpp')
| -rw-r--r-- | node/Constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 6d1ade22..37a3b3a9 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -109,6 +109,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 */ #define ZT_ADDRESS_RESERVED_PREFIX 0xff |
