Do not send to origin in second buffered multicast path.
This commit is contained in:
parent
d3d58ba8a7
commit
939ab43ceb
2 changed files with 13 additions and 0 deletions
|
@ -345,6 +345,9 @@ void Multicaster::send(
|
|||
data,
|
||||
len);
|
||||
|
||||
if (origin)
|
||||
out.logAsSent(origin);
|
||||
|
||||
unsigned int count = 0;
|
||||
|
||||
for(unsigned int i=0;i<activeBridgeCount;++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue