Hacker News new | ask | show | jobs
by majke 2982 days ago
We have a single Accept queue for all the ports. For TCP it doesn't create any problems - the new connection rate is rarely significant.

For the accept-queue load balancing see these blog posts:

https://blog.cloudflare.com/the-sad-state-of-linux-socket-ba...

https://blog.cloudflare.com/syn-packet-handling-in-the-wild/

1 comments

Wow, these are some great resources. Thanks for sharing! I have a call with one of your colleagues in 5 minutes ;)