winnotes-20040623
[openafs.git] / doc / txt / winnotes / registry.txt
index de2e0c6..2e24343 100644 (file)
@@ -119,12 +119,13 @@ Variable: traceOnPanic
   Issues a breakpoint in the event of a panic. (breakpoint: _asm int 3).
 
 Value   : NetbiosName
-Type    : REG_SZ
+Type    : REG_EXPAND_SZ
 Default : "AFS"
 Variable: cm_NetbiosName
 
   Specifies the NetBIOS name to be used when binding to a Loopback
-  adapter.
+  adapter.  To provide the old behavior specify a value of 
+  "%COMPUTERNAME%-AFS"
 
 Value  : IsGateway
 Type   : DWORD {1,0}
@@ -239,6 +240,30 @@ Variable: rx_mtu
   In order to enable OpenAFS to operate across the Cisco IPSec VPN
   client, this value must be set to 1264 or smaller.
 
+Value  : ConnDeadTimeout
+Type   : DWORD
+Default : 60 (seconds)
+Variable: ConnDeadtimeout
+
+  The Connection Dead Time is enforced to be at a minimum 15 seconds 
+  longer than the minimum SMB timeout as specified by 
+
+  HKLM\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
+    SessTimeout
+
+  If the minimum SMB timeout is not specified the value is 45 seconds.
+  See http://support.microsoft.com:80/support/kb/articles/Q102/0/67.asp
+
+
+Value  : HardDeadTimeout
+Type   : DWORD
+Default : 120 (seconds)
+Variable: HardDeadtimeout
+
+  The Hard Dead Time is enforced to be at least double the ConnDeadTimeout.
+  The provides an opportunity for at least one retry.
+
+
 Value   : AllSubmount
 Type    : DWORD {0, 1}
 Default : 1
@@ -248,6 +273,14 @@ Variable: allSubmount (smb.c)
   will not be created.  This allows the read-write versions of 
   root.afs to be hidden.
 
+Value   : NoFindLanaByName
+Type    : DWORD {0, 1}
+Default : 0
+
+  Disables the attempt to identity the network adapter to use by 
+  looking for an adapter with a display name of "AFS".
+
+
 
 Regkey:
 [HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\NetworkProvider]