Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply size...
[mat/samba.git] / docs-xml / smbdotconf / protocol / smb2maxtrans.xml
index dd654f46d169ab81c73ba3e3c2011516915cd281..1c01ccce05ff8ebcd08eeb6f7cbe8bf4c78fbf2c 100644 (file)
@@ -8,10 +8,10 @@
 <manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
 size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
 </para>
-<para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
+<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
 </description>
 
 <related>smb2 max read</related>
 <related>smb2 max write</related>
-<value type="default">1048576</value>
+<value type="default">65536</value>
 </samba:parameter>