mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +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;
|
call->nNacks = nNacked;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (newAckCount) {
|
call->nAcks += newAckCount;
|
||||||
call->nAcks++;
|
|
||||||
}
|
|
||||||
call->nNacks = 0;
|
call->nNacks = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user