Always announce multicast groups, not just to peers with direct links, and push network COMs to any MULTICAST_LIKE recipient for future use.
This commit is contained in:
parent
a7409850d6
commit
d6676a9d6c
2 changed files with 49 additions and 36 deletions
|
@ -55,8 +55,8 @@
|
|||
namespace ZeroTier {
|
||||
|
||||
class RuntimeEnvironment;
|
||||
class _AnnounceMulticastGroupsToPeersWithActiveDirectPaths;
|
||||
class Peer;
|
||||
class _AnnounceMulticastGroupsToAll; // internal function object in Network.cpp
|
||||
|
||||
/**
|
||||
* A virtual LAN
|
||||
|
@ -64,7 +64,7 @@ class Peer;
|
|||
class Network : NonCopyable
|
||||
{
|
||||
friend class SharedPtr<Network>;
|
||||
friend class _AnnounceMulticastGroupsToPeersWithActiveDirectPaths;
|
||||
friend class _AnnounceMulticastGroupsToAll;
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue