Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops.
This commit is contained in:
parent
458f6ae7c3
commit
88bdb81791
8 changed files with 183 additions and 108 deletions
|
@ -82,7 +82,7 @@ public:
|
|||
* @param zta ZeroTier address of peer
|
||||
* @return Peer or NULL if not found
|
||||
*/
|
||||
SharedPtr<Peer> getPeer(const Address &zta);
|
||||
SharedPtr<Peer> getPeer(const Address &zta) const;
|
||||
|
||||
/**
|
||||
* Get an identity if cached or available in a peer record
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue