diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-14 15:58:03 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-14 15:58:03 -0700 |
commit | a94b0e6a430ba93d1ab521e575582ff0873b0817 (patch) | |
tree | 56365f3c33f37c1c657e700f2b2f65a4931e66a6 | |
parent | 7a37326cc093a92d57aab86dc39b1b399717cf38 (diff) | |
download | infinitytier-a94b0e6a430ba93d1ab521e575582ff0873b0817.tar.gz infinitytier-a94b0e6a430ba93d1ab521e575582ff0873b0817.zip |
Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design.
-rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 1faf63ca..3949066c 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -527,8 +527,6 @@ void Network::threadMain() t->setEnabled(_enabled); } } - - rescanMulticastGroups(); } void Network::_CBhandleTapData(void *arg,const MAC &from,const MAC &to,unsigned int etherType,const Buffer<4096> &data) |