linux - What happens after fork() when SO_REUSEPORT is set for a socket -


i'd know there difference socket in linux kernal between below 2 cases. 1. process create socket so_reuseport flag , bind it. process b bind on same socket. 2. process create socket so_reuseport flag , bind it. process fork() generate process b.

in both cases, process , b can listen on same socket, there difference socket in kernel? flag so_reuseport effective in case 2?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -