• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/docs-xml/smbdotconf/protocol/
1<samba:parameter name="read raw"
2                 context="G"
3				 type="boolean"
4                 developer="1"
5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7    <para>This parameter controls whether or not the server 
8    will support the raw read SMB requests when transferring data 
9    to clients.</para>
10
11    <para>If enabled, raw reads allow reads of 65535 bytes in 
12    one packet. This typically provides a major performance benefit.
13    </para>
14
15    <para>However, some clients either negotiate the allowable 
16    block size incorrectly or are incapable of supporting larger block 
17	sizes, and for these clients you may need to disable raw reads.</para>
18
19<para>In general this parameter should be viewed as a system tuning 
20	tool and left severely alone.</para>
21</description>
22
23<value type="default">yes</value>
24
25<related>write raw</related>
26</samba:parameter>
27