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...