Merge pull request #236 from zerotier/brenton/fix-typos

Fix typos and bump ZTO submodule commit to include Fix typos (https:/…
This commit is contained in:
Joseph Henry
2023-08-02 08:38:12 -07:00
committed by GitHub
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();
{