Windows: Disable hard dead timeout for RDR File Server connections
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 19 Dec 2012 21:52:34 +0000 (16:52 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 1 Feb 2013 18:47:45 +0000 (10:47 -0800)
commit2f8de279e11ff954c0034eb1fd4695cb015d956f
treef2dcc5a43cf08d6d1f1bd1a73b18529971fb7c72
parentd1c6b7bc580e05f29f577bfdcdbd30c80cb1596b
Windows: Disable hard dead timeout for RDR File Server connections

The UNIX cache manager does not implement hard dead timeouts
on file server connections.  The Windows cache manager had to
because of the SMB connection timeout requirements.  For the
AFS redirector there is no timeout requirement.  Therefore,
when the SMB stack is disabled the Windows cache manager can
disable the hard dead timeout.

The idle dead timeouts are in place to cancel connections when
file servers stop replying with real data.

Change-Id: I44f77b78a52e7cac3a88a53830748b77f3ff4000
Reviewed-on: http://gerrit.openafs.org/8828
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_conn.c