I've written a UDP C++ server app on Linux and am now load testing it to see how many clients it can handle. I find that it peaks at about 150 simultaneous clients sending packets at a rate of 2-4 per second.I've written a UDP C++ server app on Linux and