Some external surface awareness work, and IP scope classification.
This commit is contained in:
parent
a2821e9000
commit
817824b88b
6 changed files with 160 additions and 28 deletions
|
@ -264,7 +264,9 @@ bool IncomingPacket::_doHELLO(const RuntimeEnvironment *RR)
|
|||
|
||||
if (RR->topology->isSupernode(id.address())) {
|
||||
RR->node->postNewerVersionIfNewer(vMajor,vMinor,vRevision);
|
||||
RR->sa->iam(destAddr);
|
||||
RR->sa->iam(destAddr,true);
|
||||
} else {
|
||||
RR->sa->iam(destAddr,false);
|
||||
}
|
||||
|
||||
Packet outp(id.address(),RR->identity.address(),Packet::VERB_OK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue