log size of incoming packets

This commit is contained in:
ehouse 2009-02-07 18:15:17 +00:00
parent 43982e1a07
commit 80b3425b5b

View file

@ -1653,6 +1653,7 @@ newConnectionInput( GIOChannel *source,
inboundS = stream_from_msgbuf( &globals->cGlobals, buf, nRead );
if ( !!inboundS ) {
XP_LOGF( "%s: got %d bytes", __func__, nRead );
if ( comms_checkIncomingStream( globals->cGlobals.game.comms,
inboundS, addrp ) ) {
redraw =