source: vendor/current/docs-xml/smbdotconf/protocol/readraw.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 975 bytes
Line 
1<samba:parameter name="read raw"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This is ignored if <smbconfoption name="async smb echo handler"/> is set,
7 because this feature is incompatible with raw read SMB requests</para>
8
9 <para>If enabled, raw reads allow reads of 65535 bytes in
10 one packet. This typically provides a major performance benefit for some very, very old clients.
11 </para>
12
13 <para>However, some clients either negotiate the allowable
14 block size incorrectly or are incapable of supporting larger block
15 sizes, and for these clients you may need to disable raw reads.</para>
16
17<para>In general this parameter should be viewed as a system tuning
18 tool and left severely alone.</para>
19</description>
20
21<value type="default">yes</value>
22
23<related>write raw</related>
24<related>async smb echo handler</related>
25</samba:parameter>
Note: See TracBrowser for help on using the repository browser.