I am tuning a server that needs to handle small (average of about 50 bytes) UDP packets. The average packet rate is approximately 100,000 packets/second. The data is very burst and can sometimes burst to 5x the mean packet rate.
What settings should I tune to ensure that I:
- Minimize packet loss
- Minimize kernel to user land latency