log sends for a while. I want to fix the occasional stall.

This commit is contained in:
Andy2 2011-08-09 06:44:09 -07:00
parent 8adb925cca
commit c67e92ea2c

View file

@ -388,6 +388,10 @@ public class CommsTransport implements TransportProcs,
break;
}
// Keep this while debugging why the resend_all that gets
// fired on reconnect doesn't unstall a game but a manual
// resend does.
Utils.logf( "transportSend(%d)=>%d", buf.length, nSent );
return nSent;
}