OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-294-g5c8981e

Gerrit Code Review gerrit@openafs.org
Sat, 23 Oct 2010 12:44:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5c8981e0404287f2aa46390d3a9e8a52261906ab
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Oct 21 14:13:03 2010 -0400

    Rx: Treat rx_minPeerTimeout not as a minimum but as padding
    
    An improved RTT and timeout calculation algorithm is being
    developed but until we have it, treat rx_minPeerTimeout not as
    a minimum value for the timeout but as padding to be added to
    the measured RTT when computing the peer timeout value.
    
    With this change rx does not begin to send large numbers of
    resends when the RTT begins to exceed the rx_minPeerTimeout
    value.  Timeout triggered resends at the moment can force rx
    into fast recovery mode which in turn kills performance.  It
    is better to avoid that problem for now.
    
    Change-Id: Iff5e81d7cf1366e1810f118bf4825274696769c9
    Reviewed-on: http://gerrit.openafs.org/3026
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/rx/rx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository