mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
ec5a43b086
commit
eee60dd38d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user