OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1814-gd603e2a

Gerrit Code Review gerrit@openafs.org
Sat, 29 Oct 2011 08:19:42 -0700 (PDT)


The following commit has been merged in the master branch:
commit d603e2a95252200f02ad8465815c5bac0b23b1e1
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Jun 21 18:32:02 2011 +0100

    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         |  180 ---------------------------------------------------
 src/rx/rx.h         |    9 ---
 src/rx/rx_kcommon.c |    1 -
 src/rx/rx_packet.c  |    1 -
 src/rx/rx_user.c    |    2 -
 5 files changed, 0 insertions(+), 193 deletions(-)

-- 
OpenAFS Master Repository