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
|
@ -253,6 +253,7 @@ void Topology::clean(uint64_t now)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
bool Topology::updateSurface(const SharedPtr<Peer> &remotePeer,const InetAddress &mirroredAddress,uint64_t now)
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
|
@ -280,6 +281,7 @@ bool Topology::updateSurface(const SharedPtr<Peer> &remotePeer,const InetAddress
|
|||
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
|
||||
bool Topology::authenticateRootTopology(const Dictionary &rt)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue