I have a Java game that connects to a C/C++ server.
When I send the packets all at once, they don't get through.
But when I send them with a 100 ms delay in between, they get through.
The result is really slow (~1000 bytes/30 seconds).
How can I fix this?