OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-27-ge1f1286

Gerrit Code Review gerrit@openafs.org
Mon, 27 Sep 2010 08:30:12 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit e1f1286dc264e186bf3c9ced5b41d7298ed954ad
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Sep 19 19:48:57 2010 -0700

    Rx: Only backoff the peer timeout once
    
    If a packet is missing, the peer timeout is backed off to provide
    a new starting point for timeout computation.  The backoff state
    must be stored in the peer object to ensure that multiple failures
    do not result in more than one backoff before a successfully received
    packet is available for recomputation.
    
    Change-Id: I6794b3a020801ff421e4ed776afb581962b111a9
    Reviewed-on: http://gerrit.openafs.org/2787
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 3b4cad3b78ec5df7253067c70e19c066552d7145)
    Reviewed-on: http://gerrit.openafs.org/2808

 src/rx/rx.c |    8 +++++---
 src/rx/rx.h |    1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository