param: auto generate param_functions.c at build time
[Samba.git] / docs-xml / smbdotconf / protocol / readraw.xml
blob3ff250c1a5a4c0beb5d4691e14aa7a6dd743e8f7
1 <samba:parameter name="read raw"
2                  context="G"
3                                  type="boolean"
4                  developer="1"
5                  generated_function="0"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8     <para>This parameter controls whether or not the server 
9     will support the raw read SMB requests when transferring data 
10     to clients.</para>
12     <para>If enabled, raw reads allow reads of 65535 bytes in 
13     one packet. This typically provides a major performance benefit.
14     </para>
16     <para>However, some clients either negotiate the allowable 
17     block size incorrectly or are incapable of supporting larger block 
18         sizes, and for these clients you may need to disable raw reads.</para>
20 <para>In general this parameter should be viewed as a system tuning 
21         tool and left severely alone.</para>
22 </description>
24 <value type="default">yes</value>
26 <related>write raw</related>
27 </samba:parameter>