--- deliantra/server/socket/lowlevel.C 2007/07/28 00:15:03 1.51 +++ deliantra/server/socket/lowlevel.C 2007/07/28 00:15:18 1.52 @@ -59,8 +59,8 @@ if (tcpi.tcpi_snd_mss) mss = tcpi.tcpi_snd_mss; - fprintf (stderr, "uack %d sst %d cwnd %d mss %d pmtu %d\n", - tcpi.tcpi_unacked, tcpi.tcpi_snd_ssthresh, tcpi.tcpi_snd_cwnd, tcpi.tcpi_advmss, tcpi.tcpi_pmtu); + //fprintf (stderr, "uack %d sst %d cwnd %d mss %d pmtu %d\n", + // tcpi.tcpi_unacked, tcpi.tcpi_snd_ssthresh, tcpi.tcpi_snd_cwnd, tcpi.tcpi_advmss, tcpi.tcpi_pmtu); if (tcpi.tcpi_last_ack_recv > int (SOCKET_TIMEOUT * 1000)) {