Default is yes now
[Samba/bjacke.git] / docs / smbdotconf / tuning / usesendfile.xml
blob8c26fa2a52a9bc4e7829b2934088f48a65394e5e
1 <samba:parameter name="use sendfile"
2                  context="S"
3                                  type="boolean"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <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
7     and ReadRaw) will use the more efficient sendfile system call for files that
8     are exclusively oplocked. This may make more efficient use of the system CPU's
9     and cause Samba to be faster. 
10     </para>
11 </description>
13 <value type="default">yes</value>
14 </samba:parameter>