rx-nacks-increment-with-all-newacks-20080317

LICENSE IPL10

don't "lose" newacks, apply all of them to the ack count
This commit is contained in:
Chas Williams 2008-03-17 17:56:38 +00:00 committed by Derrick Brashear
parent ec5a43b086
commit eee60dd38d

View File

@ -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;
}