Hacker News new | ask | show | jobs
by dnautics 2556 days ago
Curious: How does one generally load balance udp? Drop packets? Slow them down?
1 comments

It means taking a set of packets sent to one address and spreading them across multiple servers to share out the load.
oh, geez. Thank you. Somehow I was thinking about throttling, not load balancing.