mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 22:28:17 +00:00
Fix thinko in multicast changes... works now!
This commit is contained in:
@ -178,6 +178,7 @@ void Multicaster::send(
|
||||
indexes[j] = indexes[i];
|
||||
indexes[i] = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
if (gs.members.size() >= limit) {
|
||||
// If we already have enough members, just send and we're done. We can
|
||||
@ -297,7 +298,6 @@ void Multicaster::send(
|
||||
|
||||
if (indexes != idxbuf)
|
||||
delete [] indexes;
|
||||
}
|
||||
|
||||
// DEPRECATED / LEGACY / TODO:
|
||||
// Currently we also always send a legacy P5_MULTICAST_FRAME packet to our
|
||||
|
Reference in New Issue
Block a user