diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-19 09:22:51 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-19 09:22:51 -0700 |
| commit | 4c455876f92c629b015cbfc6d904dc8c2d12eca2 (patch) | |
| tree | e3ac6cec45bc6f3d0576fb8e5eb62557716d1da9 /node/Packet.hpp | |
| parent | cecfa99b7bf13b8231a5a8141e723b57a8e5e3cd (diff) | |
| download | infinitytier-4c455876f92c629b015cbfc6d904dc8c2d12eca2.tar.gz infinitytier-4c455876f92c629b015cbfc6d904dc8c2d12eca2.zip | |
Revise peer path weighting to always prioritize cluster-optimal paths.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<unsigned int C2> Packet(const Buffer<C2> &b) : |
