From 4c455876f92c629b015cbfc6d904dc8c2d12eca2 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 19 Apr 2016 09:22:51 -0700 Subject: Revise peer path weighting to always prioritize cluster-optimal paths. --- node/Packet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Packet.cpp') diff --git a/node/Packet.cpp b/node/Packet.cpp index dae9ef5a..3330a927 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -22,7 +22,7 @@ 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 }; -#ifdef ZT_TRACE +//#ifdef ZT_TRACE const char *Packet::verbString(Verb v) throw() @@ -68,7 +68,7 @@ const char *Packet::errorString(ErrorCode e) return "(unknown)"; } -#endif // ZT_TRACE +//#endif // ZT_TRACE void Packet::armor(const void *key,bool encryptPayload) { -- cgit v1.2.3