Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / protocol / readraw.xml
blobb867816e84260bd4f27a2519836b9f3e93013e6d
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="READRAW"/>read raw (G)</term>
3                 <listitem><para>This parameter controls whether or not the server 
4                 will support the raw read SMB requests when transferring data 
5                 to clients.</para>
7                 <para>If enabled, raw reads allow reads of 65535 bytes in 
8                 one packet. This typically provides a major performance benefit.
9                 </para>
11                 <para>However, some clients either negotiate the allowable 
12                 block size incorrectly or are incapable of supporting larger block 
13                 sizes, and for these clients you may need to disable raw reads.</para>
15                 <para>In general this parameter should be viewed as a system tuning 
16                 tool and left severely alone. See also <link linkend="WRITERAW">
17                 <parameter moreinfo="none">write raw</parameter></link>.</para>
19                 <para>Default: <command moreinfo="none">read raw = yes</command></para>
20                 </listitem>
21                 </samba:parameter>