mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-09 12:02:50 +00:00
Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design.
This commit is contained in:
parent
7a37326cc0
commit
a94b0e6a43
@ -527,8 +527,6 @@ void Network::threadMain()
|
|||||||
t->setEnabled(_enabled);
|
t->setEnabled(_enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rescanMulticastGroups();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Network::_CBhandleTapData(void *arg,const MAC &from,const MAC &to,unsigned int etherType,const Buffer<4096> &data)
|
void Network::_CBhandleTapData(void *arg,const MAC &from,const MAC &to,unsigned int etherType,const Buffer<4096> &data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user