Fix bug #7570 - New smb2 max parameters are undocumented.
authorJeremy Allison <jra@samba.org>
Fri, 16 Jul 2010 21:39:52 +0000 (14:39 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 16 Jul 2010 21:39:52 +0000 (14:39 -0700)
Jeremy.

docs-xml/smbdotconf/protocol/smb2maxread.xml [new file with mode: 0644]
docs-xml/smbdotconf/protocol/smb2maxtrans.xml [new file with mode: 0644]
docs-xml/smbdotconf/protocol/smb2maxwrite.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/protocol/smb2maxread.xml b/docs-xml/smbdotconf/protocol/smb2maxread.xml
new file mode 100644 (file)
index 0000000..f4bcb4b
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="smb2 max read"
+               type="integer"
+               context="G"
+               advanced="1" developer="1"
+               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+<para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
+<manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
+size that may be returned by a single SMB2 read call.
+</para>
+<para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
+</description>
+
+<related>smb2 max write</related>
+<related>smb2 max trans</related>
+<value type="default">1048576</value>
+</samba:parameter>
diff --git a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml
new file mode 100644 (file)
index 0000000..dd654f4
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="smb2 max trans"
+               type="integer"
+               context="G"
+               advanced="1" developer="1"
+               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+<para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
+<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>
+</description>
+
+<related>smb2 max read</related>
+<related>smb2 max write</related>
+<value type="default">1048576</value>
+</samba:parameter>
diff --git a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml
new file mode 100644 (file)
index 0000000..cdbc47a
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="smb2 max write"
+               type="integer"
+               context="G"
+               advanced="1" developer="1"
+               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+<para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
+<manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
+size that may be sent to the server by a single SMB2 write call.
+</para>
+<para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
+</description>
+
+<related>smb2 max read</related>
+<related>smb2 max trans</related>
+<value type="default">1048576</value>
+</samba:parameter>