diff options
| author | Joseph Henry <[email protected]> | 2023-08-02 08:38:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-02 08:38:12 -0700 |
| commit | 02dbc8fa787574b3ccac238bc836654f5121e482 (patch) | |
| tree | 02779bad6e94ce109ef835ea6481f8d412a8849e /src/NodeService.cpp | |
| parent | 2d83bc25f36d791f976b739d5e57881036e13f4e (diff) | |
| parent | b85a6a45975f8ad3be77ae27a9325b66376c1d78 (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.cpp | 2 |
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(); { |
