mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +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 ) {
|
} else if ( msgID != rec->lastMsgRcd + 1 ) {
|
||||||
COMMS_LOGFF( TAGFMT() "expected %d, got %d", TAGPRMS,
|
COMMS_LOGFF( TAGFMT() "expected %d, got %d", TAGPRMS,
|
||||||
rec->lastMsgRcd + 1, msgID );
|
rec->lastMsgRcd + 1, msgID );
|
||||||
ackAnyImpl( comms, xwe, XP_TRUE );
|
if ( 0 != msgID ) { /* Don't ack ACKs! */
|
||||||
|
ackAnyImpl( comms, xwe, XP_TRUE );
|
||||||
|
}
|
||||||
rec = NULL;
|
rec = NULL;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue