mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
don't ACK ACKs
This commit is contained in:
parent
1ae714d834
commit
16f525f7b9
1 changed files with 3 additions and 1 deletions
|
@ -2925,7 +2925,9 @@ validateChannelMessage( CommsCtxt* comms, XWEnv xwe, const CommsAddrRec* addr,
|
|||
} else if ( msgID != rec->lastMsgRcd + 1 ) {
|
||||
COMMS_LOGFF( TAGFMT() "expected %d, got %d", TAGPRMS,
|
||||
rec->lastMsgRcd + 1, msgID );
|
||||
ackAnyImpl( comms, xwe, XP_TRUE );
|
||||
if ( 0 != msgID ) { /* Don't ack ACKs! */
|
||||
ackAnyImpl( comms, xwe, XP_TRUE );
|
||||
}
|
||||
rec = NULL;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue