浏览代码

Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design.

Adam Ierymenko 10 年之前
父节点
当前提交
a94b0e6a43
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      node/Network.cpp

+ 0 - 2
node/Network.cpp

@@ -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)