Skip to content

Commit

Permalink
Merge pull request #236 from zerotier/brenton/fix-typos
Browse files Browse the repository at this point in the history
Fix typos and bump ZTO submodule commit to include Fix typos (https:/…
  • Loading branch information
joseph-henry committed Aug 2, 2023
2 parents 2d83bc2 + b85a6a4 commit 02dbc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NodeService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
{
Expand Down

0 comments on commit 02dbc8f

Please sign in to comment.