mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix thinko in multicast changes... works now!
This commit is contained in:
parent
7619b0ecbd
commit
959f611a65
1 changed files with 111 additions and 111 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue