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.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node/Packet.hpp') diff --git a/node/Packet.hpp b/node/Packet.hpp index 5c2e64c4..52be4f64 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -1052,12 +1052,12 @@ public: ERROR_UNWANTED_MULTICAST = 8 }; -#ifdef ZT_TRACE +//#ifdef ZT_TRACE static const char *verbString(Verb v) throw(); static const char *errorString(ErrorCode e) throw(); -#endif +//#endif template Packet(const Buffer &b) : -- cgit v1.2.3