Skip to content

netmgr: make tcp listening multithreaded.

Witold Krecicki requested to merge wpk/tcp-multithreaded into master

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

Merge request reports