Fix typos and bump ZTO submodule commit to include Fix typos (https://github.com/zerotier/ZeroTierOne/pull/2075)

This commit is contained in:
Brenton Bostick
2023-08-02 11:29:22 -04:00
parent 2d83bc25f3
commit b85a6a4597
2 changed files with 2 additions and 2 deletions

View File

@@ -1703,7 +1703,7 @@ int NodeService::nodeWirePacketSendFunction(
else if (
_forceTcpRelay
|| (((now - _lastSendToGlobalV4) < ZT_TCP_FALLBACK_AFTER)
&& ((now - _lastSendToGlobalV4) > (ZT_PING_CHECK_INVERVAL / 2)))) {
&& ((now - _lastSendToGlobalV4) > (ZT_PING_CHECK_INTERVAL / 2)))) {
const InetAddress addr(_fallbackRelayAddress);
TcpConnection* tc = new TcpConnection();
{