summaryrefslogtreecommitdiff
path: root/src/NodeService.cpp
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2023-08-02 08:38:12 -0700
committerGitHub <[email protected]>2023-08-02 08:38:12 -0700
commit02dbc8fa787574b3ccac238bc836654f5121e482 (patch)
tree02779bad6e94ce109ef835ea6481f8d412a8849e /src/NodeService.cpp
parent2d83bc25f36d791f976b739d5e57881036e13f4e (diff)
parentb85a6a45975f8ad3be77ae27a9325b66376c1d78 (diff)
Merge pull request #236 from zerotier/brenton/fix-typos
Fix typos and bump ZTO submodule commit to include Fix typos (https:/…
Diffstat (limited to 'src/NodeService.cpp')
-rw-r--r--src/NodeService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NodeService.cpp b/src/NodeService.cpp
index a552ed6..5f1c31d 100644
--- a/src/NodeService.cpp
+++ b/src/NodeService.cpp
@@ -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();
{