Revise peer path weighting to always prioritize cluster-optimal paths.
This commit is contained in:
parent
cecfa99b7b
commit
4c455876f9
6 changed files with 107 additions and 50 deletions
|
@ -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) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue