OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0-13-g5b9da66

Gerrit Code Review gerrit@openafs.org
Sat, 2 Jun 2018 10:20:53 -0400


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 5b9da66861db10dcc1d896769b495738cc07b450
Author: Jeffrey Altman <jaltman@auristor.com>
Date:   Fri Feb 23 18:47:46 2018 -0500

    rx: connection aborts send serial zero when no conn available
    
    When no connection object is available, send serial number zero (0)
    instead of one (1).  There is no harm in sending one (1) but it might
    be confused as the first packet sent on the connection.  Multiple
    connection aborts sent would all be sent with serial one (1).
    
    Serial number zero (0) can be an indication to humans reading packet
    traces that the sender has no knowledge of the connection.
    
    Reviewed-on: https://gerrit.openafs.org/12932
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 09f31d4c21328bcdc1dccdedf7df53d77c22e3e3)
    
    Change-Id: Ie5b8052903307be4bc932e57e45efae7dd75dec8
    Reviewed-on: https://gerrit.openafs.org/13051
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

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

-- 
OpenAFS Master Repository