Fix typos and bump ZTO submodule commit to include Fix typos (https://github.com/zerotier/ZeroTierOne/pull/2075)
This commit is contained in:
Submodule ext/ZeroTierOne updated: 97492eec7c...e36127283c
@@ -1703,7 +1703,7 @@ int NodeService::nodeWirePacketSendFunction(
|
|||||||
else if (
|
else if (
|
||||||
_forceTcpRelay
|
_forceTcpRelay
|
||||||
|| (((now - _lastSendToGlobalV4) < ZT_TCP_FALLBACK_AFTER)
|
|| (((now - _lastSendToGlobalV4) < ZT_TCP_FALLBACK_AFTER)
|
||||||
&& ((now - _lastSendToGlobalV4) > (ZT_PING_CHECK_INVERVAL / 2)))) {
|
&& ((now - _lastSendToGlobalV4) > (ZT_PING_CHECK_INTERVAL / 2)))) {
|
||||||
const InetAddress addr(_fallbackRelayAddress);
|
const InetAddress addr(_fallbackRelayAddress);
|
||||||
TcpConnection* tc = new TcpConnection();
|
TcpConnection* tc = new TcpConnection();
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user