diff options
author | Volker Lendecke <vl@samba.org> | 2011-05-26 11:40:21 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-05-26 12:50:55 +0200 |
commit | 875e29ba830b269faf8ca7ff7cd7fc95c0c18f28 (patch) | |
tree | 8f815d2644f2b48e7a7803d0b9efa279c6658819 /docs-xml | |
parent | d10674326b34e2f71a3bb17171e66277bfd1a92b (diff) | |
download | samba-875e29ba830b269faf8ca7ff7cd7fc95c0c18f28.tar.gz |
s3: Document "async smb echo handler"
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu May 26 12:50:55 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/asyncsmbechohandler.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml b/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml new file mode 100644 index 00000000000..d10dac90b3e --- /dev/null +++ b/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml @@ -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> |