Fix issues that prevent user multipath preferences from being respected
This commit is contained in:
parent
f176e2539e
commit
bf7dddbd84
4 changed files with 29 additions and 17 deletions
|
@ -1144,6 +1144,7 @@ class Bond {
|
|||
__attribute__((format(printf, 2, 3)))
|
||||
#endif
|
||||
{
|
||||
//if (_peerId != 0x0 && _peerId != 0x0) { return; }
|
||||
#ifdef ZT_TRACE
|
||||
time_t rawtime;
|
||||
struct tm* timeinfo;
|
||||
|
@ -1175,6 +1176,7 @@ class Bond {
|
|||
__attribute__((format(printf, 2, 3)))
|
||||
#endif
|
||||
{
|
||||
//if (_peerId != 0x0 && _peerId != 0x0) { return; }
|
||||
#ifdef ZT_DEBUG
|
||||
time_t rawtime;
|
||||
struct tm* timeinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue