mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
backout ack change for now
This commit is contained in:
parent
f947382f4c
commit
ca88d9c0bf
1 changed files with 3 additions and 1 deletions
|
@ -2367,7 +2367,9 @@ validateChannelMessage( CommsCtxt* comms, XWEnv xwe, const CommsAddrRec* addr,
|
|||
} else if ( msgID != rec->lastMsgRcd + 1 ) {
|
||||
XP_LOGF( TAGFMT() "expected %d, got %d", TAGPRMS,
|
||||
rec->lastMsgRcd + 1, msgID );
|
||||
ackAnyImpl( comms, xwe, XP_TRUE );
|
||||
/* Let's not do this yet. I need to understand why there are
|
||||
messages with msgID==0 and how to get rid of them. */
|
||||
// ackAnyImpl( comms, xwe, XP_TRUE );
|
||||
rec = NULL;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue