Further pare down Cluster messaging and rename some stuff.
This commit is contained in:
parent
9490b1f136
commit
5f39d5b7ea
7 changed files with 24 additions and 40 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue