Simpify the networking code.

This commit is contained in:
Jonathan Naylor
2018-03-22 19:12:02 +00:00
parent 09ae709c02
commit e9b9443d31
13 changed files with 34 additions and 371 deletions
-3
View File
@@ -370,9 +370,6 @@ void CNXDNReflector::run()
dumpTimer.start();
}
if (m_nxCoreNetwork != NULL)
m_nxCoreNetwork->clock(ms);
if (ms < 5U)
CThread::sleep(5U);
}