Hacker News new | ask | show | jobs
by spockz 2004 days ago
You can use SO_REUSEADDR and SO_REUSEPORT to bind multiple instances to the same port. This means you will be using the Linux network stack as load balancer though.