OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-14-g7dd6c74
Gerrit Code Review
gerrit@openafs.org
Fri, 11 Nov 2011 10:14:45 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 7dd6c745479d2821a060fe3cf5f7c7b42b78fda3
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: Ic303fa46f40c1bfcaeb10b7c90b9dbcbc34118ee
Reviewed-on: http://gerrit.openafs.org/5844
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx.c | 47 ++++++++++++++++++++++++-----------------------
1 files changed, 24 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository