mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-08 05:51:17 -07:00
Merge branch 'dev' into hello-encryption
This commit is contained in:
commit
b0889e1454
2 changed files with 5 additions and 15 deletions
|
@ -246,9 +246,6 @@ void Multicaster::send(void* tPtr, int64_t now, const SharedPtr<Network>& networ
|
|||
for (unsigned int i = 0; i < activeBridgeCount; ++i) {
|
||||
if ((activeBridges[i] != RR->identity.address()) && (activeBridges[i] != origin)) {
|
||||
out.sendOnly(RR, tPtr, activeBridges[i]); // optimization: don't use dedup log if it's a one-pass send
|
||||
if (++count >= limit) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue