Searched refs:handleConnection (Results 1 – 1 of 1) sorted by relevance
76 void* handleConnection(int client_sock, int fwd_cid, int fwd_port) { in handleConnection() function162 std::thread t(handleConnection, client_sock, fwd_cid, fwd_port); in setupRoute()