summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml
blob: 84e2f1a340d5b0767779b3581e877615fb9f2290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="async smb echo handler"
                 context="G"
				 type="boolean"
                 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>