Hacker News new | ask | show | jobs
by CrLf 4033 days ago
But isn't that what reuseport changes? Each worker opening it's own socket?
1 comments

No, they don't (and they can't, since they usually don't have such privileges). The master process opens all sockets for each worker process.