netmgr: make tcp listening multithreaded.
When listening for TCP connections we create a socket, bind it and then pass it over IPC to all threads - which then listen on in and accept connections.
Edited by Witold Krecicki
When listening for TCP connections we create a socket, bind it and then pass it over IPC to all threads - which then listen on in and accept connections.