lib/param: Normalise "read raw" and "write raw" parameters
[metze/samba/wip.git] / docs-xml / smbdotconf / protocol / readraw.xml
index 3ff250c1a5a4c0beb5d4691e14aa7a6dd743e8f7..fb54cc0c000a2ec54ad1ac80a1e3369fa00ea540 100644 (file)
@@ -2,15 +2,13 @@
                  context="G"
                                 type="boolean"
                  developer="1"
-                 generated_function="0"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-    <para>This parameter controls whether or not the server 
-    will support the raw read SMB requests when transferring data 
-    to clients.</para>
+    <para>This is ignored if <smbconfoption name="async echo handler"/> is set,
+    because this feature is incompatible with raw read SMB requests</para>
 
     <para>If enabled, raw reads allow reads of 65535 bytes in 
-    one packet. This typically provides a major performance benefit.
+    one packet. This typically provides a major performance benefit for some very, very old clients.
     </para>
 
     <para>However, some clients either negotiate the allowable 
@@ -24,4 +22,5 @@
 <value type="default">yes</value>
 
 <related>write raw</related>
+<related>async echo handler</related>
 </samba:parameter>