OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3743-g0e2d4c0
Gerrit Code Review
gerrit@openafs.org
Sat, 4 May 2013 08:21:42 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0e2d4c0fcb45389d20dad93ae29b1c84364b59bf
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri May 3 11:23:31 2013 -0400
Windows: Introduce CM_CONN_FLAG_NEW
The new CM_CONN_FLAG_NEW flag is set on the cm_conn object whenever
a new rx_connection has been created. The flag is cleared in cm_Analyze
if the call succeeded or if the error is one that is generated as a
result of communicating with the peer. If no communication with the
peer has taken place the connection is considered "new".
For errors that would result in forcing a new connection, check whether
the existing connection is already "new". This avoids an extra
RX_CALL_DEAD timeout period in the case where a "new" connection was
already in use.
Change-Id: If23a5f4b98e7599e4b4e62b474661e9d91aba81b
Reviewed-on: http://gerrit.openafs.org/9847
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_conn.c | 44 +++++++++++++++++++++++++++++++++++++++++---
src/WINNT/afsd/cm_conn.h | 3 ++-
2 files changed, 43 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository