Explorar o código

Allow TCP fallback when multipath is enabled

Joseph Henry %!s(int64=3) %!d(string=hai) anos
pai
achega
caf1de3bcf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      service/OneService.cpp

+ 1 - 1
service/OneService.cpp

@@ -2148,7 +2148,7 @@ public:
 		}
 
 		// bondingPolicy cannot be used with allowTcpFallbackRelay
-		_allowTcpFallbackRelay = OSUtils::jsonBool(settings["allowTcpFallbackRelay"],true) && !(_node->bondController()->inUse());
+		_allowTcpFallbackRelay = OSUtils::jsonBool(settings["allowTcpFallbackRelay"],true);
 #ifdef ZT_TCP_FALLBACK_RELAY
 		_fallbackRelayAddress = InetAddress(OSUtils::jsonString("tcpFallbackRelay", ZT_TCP_FALLBACK_RELAY).c_str());
 #endif