OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-78-g5391ef0
Gerrit Code Review
gerrit@openafs.org
Wed, 26 Oct 2011 15:54:12 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 660b35f5117993c1ab0d3d0afa3fb4a26fb54346
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Oct 12 09:50:18 2011 -0400
rx: ackall handling
If we ACKALL a stream, then we're sending a hard ACK for all of the
packets in the stream. We shouldn't send that hard ACK, and then a
load of soft ACKs for packets that don't actually exist.
Reviewed-on: http://gerrit.openafs.org/5604
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit a9924ba433f81bfbfc2c0e726f2be06d460e4d56)
Change-Id: Ibba1d5448f2ba9315b6b9bc3e893d16d8bcdbc3c
Reviewed-on: http://gerrit.openafs.org/5714
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx.c | 47 ++++++++++++++++++++++++-----------------------
1 files changed, 24 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository