mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Further pare down Cluster messaging and rename some stuff.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user