OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3070-g9607d0e
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Oct 2012 13:37:42 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8d359e6dff5317698597e77f0a1dd5ba2bfb569a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Oct 26 14:55:02 2012 +0100
rx: Remove duplicate out of order ACK check
Once we've moved the congestion window, there's no going back. So
any ACK packets that attempt to move the window backwards by including
a 'firstPacket' value earlier than the current window position must
be ignored.
However, we check (and ignore) these packets twice. Once in
rxi_ReceivePacket, which only checks in the client side case, and again
in rxi_ReceiveAckPacket, which has a more complete check that runs for
both client and server connections.
Remove the identical check from rxi_ReceivePacket in a continuing effort
to clean up this bit of code.
Change-Id: I090bc289848d0797860f46aec5877ad07fcc9b82
Reviewed-on: http://gerrit.openafs.org/8299
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/rx/rx.c | 25 +------------------------
1 files changed, 1 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository