mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
log size of incoming packets
This commit is contained in:
parent
43982e1a07
commit
80b3425b5b
1 changed files with 1 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue