mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 00:23:05 +00:00
Some external surface awareness work, and IP scope classification.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user