diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:01:41 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:01:41 -0800 |
| commit | 473ce82040e6f4eb54594baf07a6daed727d5f35 (patch) | |
| tree | 26588d7ff6bd3d85717446a01c4b206fcb44914a /node/Node.cpp | |
| parent | ab013d831c0744fcc87ffca2834f9762803705dd (diff) | |
| parent | 6bc8c9d8efd05c7f85ac269be29c781fcc40672b (diff) | |
| download | infinitytier-473ce82040e6f4eb54594baf07a6daed727d5f35.tar.gz infinitytier-473ce82040e6f4eb54594baf07a6daed727d5f35.zip | |
Merge branch 'edge' of http://git.int.zerotier.com/zerotier/ZeroTierOne into edge
Diffstat (limited to 'node/Node.cpp')
| -rw-r--r-- | node/Node.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index bcf5db1a..6ba038eb 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -249,7 +249,7 @@ public: } else { if (stableEndpoint4) { needToContactIndirect = false; - p->attemptToContactAt(RR,InetAddress(),stableEndpoint4,_now); + p->sendHELLO(RR,InetAddress(),stableEndpoint4,_now); } } if (p->doPingAndKeepalive(RR,_now,AF_INET6)) { @@ -257,7 +257,7 @@ public: } else { if (stableEndpoint6) { needToContactIndirect = false; - p->attemptToContactAt(RR,InetAddress(),stableEndpoint6,_now); + p->sendHELLO(RR,InetAddress(),stableEndpoint6,_now); } } |
