OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-134-g8549ebe

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


The following commit has been merged in the master branch:
commit 8549ebe0a81ac9a526d13f96ba63e048d8b77aa7
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Sep 19 09:03:39 2010 -0700

    Rx: properly compute dataPacketsReSent statistic
    
    The global dataPacketsReSent statistic should be the sum of all
    peer->reSends and dataPacketsSent should not include the count of
    resent packets.  Prior to this patchset, dataPacketsSent included
    the resent packets and dataPacketsReSent was computed as the number
    of requests for Ack instead of the number of packets resent.
    
    Change-Id: I969003f7ec1805d09c14ac342453f86fdb5df99a
    Reviewed-on: http://gerrit.openafs.org/2776
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository