mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c406a5bef9
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Fri Jul 13 11:44:02 CEST 2018 on sn-devel-144
16 lines
650 B
XML
16 lines
650 B
XML
<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>
|