zyxwvu Shi
Results
1
issues of
zyxwvu Shi
I want to listen on the parent process and accept on the forked child process, how could I do that?
5
Normally I cloud listen, then fork, the accept. But if I try to use the fd inherited from the parent process which is already listening with uv_tcp_open and uv_listen, listen...