summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml
blob: d10dac90b3e0596b9e86e769ad5de4b0ccdff8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>