OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-253-gbdc8aa1

Gerrit Code Review gerrit@openafs.org
Wed, 13 Oct 2010 20:04:14 -0700 (PDT)


The following commit has been merged in the master branch:
commit bdc8aa160b8eff397c2dcd7fa6760d0cae59d0fc
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Oct 11 14:08:00 2010 -0400

    rx: Don't count unknown packets as missing
    
    Just because a packet is in the transmit queue, don't assume that
    the other side has instantly seen it! Currently, if we receive an
    ACK packet which doesn't include the entire transmit queue, then we
    will end backing off, even if we haven't sent the packets.
    
    Restrict this behaviour to packets which are implicitly acked (or
    otherwise) by the sender.
    
    Change-Id: I2d63cd27d6d748007f87ff303f3fd64549a6208d
    Reviewed-on: http://gerrit.openafs.org/2959
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

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

-- 
OpenAFS Master Repository