summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrenton Bostick <[email protected]>2023-08-02 11:29:22 -0400
committerBrenton Bostick <[email protected]>2023-08-02 11:29:22 -0400
commitb85a6a45975f8ad3be77ae27a9325b66376c1d78 (patch)
tree02779bad6e94ce109ef835ea6481f8d412a8849e
parent2d83bc25f36d791f976b739d5e57881036e13f4e (diff)
Fix typos and bump ZTO submodule commit to include Fix typos (https://github.com/zerotier/ZeroTierOne/pull/2075)
m---------ext/ZeroTierOne0
-rw-r--r--src/NodeService.cpp2
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/ZeroTierOne b/ext/ZeroTierOne
-Subproject 97492eec7c3a107c423698572571bfd895d01aa
+Subproject e36127283cc58ac184a9d4497852a5ed8b9c515
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();
{