--- deliantra/server/socket/loop.C 2007/07/31 20:10:31 1.67 +++ deliantra/server/socket/loop.C 2007/08/09 04:11:24 1.68 @@ -155,6 +155,7 @@ tcpi.tcpi_snd_cwnd - (tcpi.tcpi_unacked - tcpi.tcpi_sacked)); #endif + // fast-time-out a player by checking for missign acks // do this only when player is active if (pl && pl->active && tcpi.tcpi_last_ack_recv > int (SOCKET_TIMEOUT * 1000))