Fix "orbit" semantics. Federation works.
This commit is contained in:
parent
969e09210d
commit
af4e79735c
3 changed files with 24 additions and 5 deletions
|
@ -147,6 +147,12 @@ public:
|
|||
*/
|
||||
bool isUpstream(const Identity &id) const;
|
||||
|
||||
/**
|
||||
* @param addr Address to check
|
||||
* @return True if we should accept a world update from this address
|
||||
*/
|
||||
bool shouldAcceptWorldUpdateFrom(const Address &addr) const;
|
||||
|
||||
/**
|
||||
* @param ztaddr ZeroTier address
|
||||
* @return Peer role for this device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue