I am wondering if I have tweaks that I can do for the TCP socket, with the exception of disabling Nagle, in order to get the minimum possible delay for the client-server protocol with mostly small packets.
The client packet is generally less than 100 bytes, the server packets are 100-300 bytes in size.
I use java on the server side and (target -) c on the client side.
Nuoji source share