rx: Remove the ADAPT_WINDOW code
authorSimon Wilkinson <sxw@your-file-system.com>
Tue, 21 Jun 2011 17:32:02 +0000 (18:32 +0100)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 29 Oct 2011 15:18:53 +0000 (08:18 -0700)
commitd603e2a95252200f02ad8465815c5bac0b23b1e1
treed7df17a8fca5ed285625878e52bf273f6361b599
parent7a426424b7fb45659f6000a564e8c71a9108a33c
rx: Remove the ADAPT_WINDOW code

RX still has the remnants of an old mechanism for doing RTT and
congestion window detection. This code is #ifdef'd out using
the ADAPT_WINDOW define, but is pretty much unservicable these days,
as it collides with the TCP style implementation (with ADAPT_WINDOW
enabled, both will attempt to manipulate a connections RTT and
window size)

As the current TCP-style RTT and window calculation seem to work
much better in deployment, and there isn't much hope for us being
able to maintain two different congestion mechanisms, just remove
ADAPT_WINDOW. It is in git, if we ever want it back (not that I
think we ever would).

Change-Id: I4a22354e362fde8021f7d8b19e099a0f7b4fba3b
Reviewed-on: http://gerrit.openafs.org/5737
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx.c
src/rx/rx.h
src/rx/rx_kcommon.c
src/rx/rx_packet.c
src/rx/rx_user.c