blob: 26a4346c1d008ab15be448a9c4d7d1203d1803c1 (
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"
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. This parameter is only for
SMB1. For SMB2 and above TCP keepalives can be used instead.
</para>
</description>
<value type="default">no</value>
</samba:parameter>
|