From: Chas Williams Date: Mon, 17 Mar 2008 17:56:38 +0000 (+0000) Subject: rx-nacks-increment-with-all-newacks-20080317 X-Git-Tag: BP-openafs-windows-kdfs-ifs~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=eee60dd38d1be14be052178816aea36b2f8de3ff;p=packages%2Fo%2Fopenafs.git rx-nacks-increment-with-all-newacks-20080317 LICENSE IPL10 don't "lose" newacks, apply all of them to the ack count --- diff --git a/src/rx/rx.c b/src/rx/rx.c index cc783a9a9..401ff77d0 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -3833,9 +3833,7 @@ rxi_ReceiveAckPacket(register struct rx_call *call, struct rx_packet *np, call->nNacks = nNacked; } } else { - if (newAckCount) { - call->nAcks++; - } + call->nAcks += newAckCount; call->nNacks = 0; }