@ -189,7 +189,7 @@ int HostFNE::run()
if (m_network != nullptr) {
while (!g_killed) {
m_network->processNetwork();
Thread::sleep(5);
Thread::sleep(5U);
}
});
@ -226,6 +226,9 @@ int HostFNE::run()
Thread::sleep(1U);
// shutdown threads
networkLoop.wait();
m_network->close();
delete m_network;
@ -145,7 +145,7 @@ namespace network
// ---------------------------------------------------------------------------
// Structure Declaration
//
// Represents the data required for a peer ACL update request thread.
struct ACLUpdateRequest {
Powered by TurnKey Linux.