OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-131-g3b4cad3

Gerrit Code Review gerrit@openafs.org
Mon, 20 Sep 2010 01:53:50 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3b4cad3b78ec5df7253067c70e19c066552d7145
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>

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

-- 
OpenAFS Master Repository