OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_31-10-g0fe5479
Gerrit Code Review
gerrit@openafs.org
Wed, 20 Aug 2014 23:55:23 -0400
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 0fe54799c0bc7edee787426c872af6ee9bec1d1e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Aug 18 15:28:14 2014 -0400
Windows: set hard dead timeout not conn timeout for probes
For the Rx connections used for probing VL and FILE servers set a
hard dead timeout and not a connection timeout. A connection timeout
will not terminate the call as long as the lastReceiveTime continues
to be updated by ping packets. The hard dead timeout will cause the
connection to fail when the 10 second limit expires.
Reviewed-on: http://gerrit.openafs.org/11401
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit bf687348e0269deb0d76475ba9b7219a6e1b40e8)
Change-Id: Iec8fe647c8497d28c29130189c7e44aa832061cb
Reviewed-on: http://gerrit.openafs.org/11413
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_server.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository