Is it possible to add tcp autotuning to windows xp?
- by Caspin
I have a network application that needs to send messages at 60 times a second. The messages are usually 300-400 bytes, but can be as large as 1500. The default setting for SO_SNDBUF is too small and limits the number of message that can be sent if the network latency is anything greater then 100ms.
The naive solution is to just bump the SO_SNDBUF…