OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4683-g244b82d

Gerrit Code Review gerrit@openafs.org
Thu, 27 Aug 2015 22:58:15 -0400


The following commit has been merged in the master branch:
commit 244b82d24c37355bc855361815a7e682d6445af3
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Sun Dec 14 16:13:39 2014 -0500

    rx: Tidy up rxi_CheckCall()'s mtuout handling
    
    We don't actually do anything that matters if lastPacketSizeSeq
    is set and lastPacketSize is zero, so zero both when we're cleaning
    up.
    
    lastPacketSize and lastPacketSizeSeq are set together in
    rxi_SendPacket (and rxi_SendPacketList), when we are sending a packet
    larger than the current estimate of the peer's maxPacketSize.
    
    The two fields are checked together during ack processing, but
    rxi_CheckCall() only checks lastPacketSize, ignoring lastPacketSizeSeq.
    
    Change-Id: I4e52bed0900b5551859200699f114f5d5a61581c
    Reviewed-on: http://gerrit.openafs.org/11633
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Daria Brashear <shadow@your-file-system.com>

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

-- 
OpenAFS Master Repository