28-07-2008, 05:32 PM
Dave Wrote:If you're packets are arriving out-of-order, you're not using a TCP connection.I am using TCP, but somehow they are not. That's reeeealy weird.
When Naggling, your computer will wait to send any packets until there is enough data to send. Turn it off, it will send immediately, even for small packets.
And the question was: Should a Mirage game use Nagle's algorithm or not?