mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-28 06:50:00 +00:00
cleanup and docs
This commit is contained in:
parent
cda61fe2d9
commit
4303376ba6
@ -273,6 +273,10 @@ void Multicaster::send(
|
|||||||
delete [] indexes;
|
delete [] indexes;
|
||||||
|
|
||||||
#ifdef ZT_SUPPORT_LEGACY_MULTICAST
|
#ifdef ZT_SUPPORT_LEGACY_MULTICAST
|
||||||
|
// This sends a P5 multicast up to our supernode, who then
|
||||||
|
// redistributes it manually down to all <1.0.0 peers for
|
||||||
|
// legacy support. These peers don't support the new multicast
|
||||||
|
// frame type, so even if they receive it they will ignore it.
|
||||||
{
|
{
|
||||||
SharedPtr<Peer> sn(RR->topology->getBestSupernode());
|
SharedPtr<Peer> sn(RR->topology->getBestSupernode());
|
||||||
if (sn) {
|
if (sn) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user