s3: Document "async smb echo handler"
authorVolker Lendecke <vl@samba.org>
Thu, 26 May 2011 09:40:21 +0000 (11:40 +0200)
committerVolker Lendecke <vlendec@samba.org>
Thu, 26 May 2011 10:50:55 +0000 (12:50 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu May 26 12:50:55 CEST 2011 on sn-devel-104

docs-xml/smbdotconf/misc/asyncsmbechohandler.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml b/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml
new file mode 100644 (file)
index 0000000..d10dac9
--- /dev/null
@@ -0,0 +1,15 @@
+<samba:parameter name="async smb echo handler"
+                 context="G"
+                                type="boolean"
+                 advanced="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This parameter specifies whether Samba should fork the
+         async smb echo handler. It can be beneficial if your file
+         system can block syscalls for a very long time. In some
+         circumstances, it prolongs the timeout that Windows uses to
+         determine whether a connection is dead.
+       </para>
+</description>
+<value type="default">no</value>
+</samba:parameter>