1 <samba:parameter name="write raw"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This is ignored if <smbconfoption name="async smb echo handler"/> is set,
7 because this feature is incompatible with raw write SMB requests</para>
9 <para>If enabled, raw writes allow writes of 65535 bytes in
10 one packet. This typically provides a major performance benefit for some very, very old clients.
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 writes.</para>
17 <para>In general this parameter should be viewed as a system tuning
18 tool and left severely alone.</para>
21 <value type="default">yes</value>
23 <related>read raw</related>
24 <related>async smb echo handler</related>