OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-114-ga93cd10

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 16:01:47 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit a93cd10b946f17c715cf748de919c697b7887358
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: I956aa991eb14617de1cebf36b9ce9e780211aa22
    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>
    (cherry-picked from d603e2a95252200f02ad8465815c5bac0b23b1e1)
    Reviewed-on: http://gerrit.openafs.org/5944

 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