mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
8f8a9f0190
(This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)
18 lines
867 B
XML
18 lines
867 B
XML
<samba:parameter name="use sendfile"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If this parameter is <constant>yes</constant>, and the <constant>sendfile()</constant>
|
|
system call is supported by the underlying operating system, then some SMB read calls
|
|
(mainly ReadAndX and ReadRaw) will use the more efficient sendfile system call for files that
|
|
are exclusively oplocked. This may make more efficient use of the system CPU's
|
|
and cause Samba to be faster. Samba automatically turns this off for clients
|
|
that use protocol levels lower than NT LM 0.12 and when it detects a client is
|
|
Windows 9x (using sendfile from Linux will cause these clients to fail).
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">false</value>
|
|
</samba:parameter>
|