mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Updated with sepcifics of how we determine sendfile.
Jeremy.
(This used to be commit db41fa6b41
)
This commit is contained in:
parent
9d90023ff4
commit
4128635e51
@ -6,7 +6,9 @@
|
||||
<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.
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user