OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1769-ga9924ba
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Oct 2011 03:37:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit a9924ba433f81bfbfc2c0e726f2be06d460e4d56
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.
Change-Id: Ibe0c76b4e92c5baa8801cfd12f961fabce223039
Reviewed-on: http://gerrit.openafs.org/5604
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/rx/rx.c | 47 ++++++++++++++++++++++++-----------------------
1 files changed, 24 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository