Fix issues that prevent user multipath preferences from being respected

This commit is contained in:
Joseph Henry 2024-08-29 10:09:19 -07:00
parent f176e2539e
commit bf7dddbd84
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
4 changed files with 29 additions and 17 deletions

View file

@ -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;