summaryrefslogtreecommitdiff
path: root/node/Packet.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-25 10:55:27 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-09-25 10:55:27 -0400
commitf3128a18fee6745317cdf1918fe3c3901958b1de (patch)
treeb93da854dd8a9bc7defc461abc65247534ca3664 /node/Packet.cpp
parent5557a8192db253ed125db26a3b8761fd528c2781 (diff)
downloadinfinitytier-f3128a18fee6745317cdf1918fe3c3901958b1de.tar.gz
infinitytier-f3128a18fee6745317cdf1918fe3c3901958b1de.zip
Work in progress...
Diffstat (limited to 'node/Packet.cpp')
-rw-r--r--node/Packet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp
index e6ae921d..f9731752 100644
--- a/node/Packet.cpp
+++ b/node/Packet.cpp
@@ -29,6 +29,8 @@
namespace ZeroTier {
+const unsigned char Packet::ZERO_KEY[32] { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 };
+
const char *Packet::verbString(Verb v)
throw()
{