diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-06-13 01:55:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-07-11 04:59:29 +0200 |
commit | a6523d78c347acf56b921edbc2276131b12a51aa (patch) | |
tree | 3569dbaef3b37e9e0872837d47c0fe606f978ec5 /docs-xml/smbdotconf/protocol | |
parent | 1000e424fcc530c6befe442b36f7e0e6912c0c30 (diff) | |
download | samba-a6523d78c347acf56b921edbc2276131b12a51aa.tar.gz samba-a6523d78c347acf56b921edbc2276131b12a51aa.tar.xz samba-a6523d78c347acf56b921edbc2276131b12a51aa.zip |
s3:smb2_negprot: change "smb max {read,write,trans}" to 8MiB (as default)
This matches Windows 2012R2.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Jul 11 04:59:29 CEST 2014 on sn-devel-104
Diffstat (limited to 'docs-xml/smbdotconf/protocol')
-rw-r--r-- | docs-xml/smbdotconf/protocol/smb2maxread.xml | 8 | ||||
-rw-r--r-- | docs-xml/smbdotconf/protocol/smb2maxtrans.xml | 8 | ||||
-rw-r--r-- | docs-xml/smbdotconf/protocol/smb2maxwrite.xml | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/docs-xml/smbdotconf/protocol/smb2maxread.xml b/docs-xml/smbdotconf/protocol/smb2maxread.xml index 045e7d95b4..3b18531d23 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxread.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxread.xml @@ -8,13 +8,13 @@ <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 maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2.</para> -<para>Please note that the default is 1MiB, but it's limit is based on the -smb2 dialect (64KiB for SMB2.0, 1MiB for SMB2.1 with LargeMTU). +<para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para> +<para>Please note that the default is 8MiB, but it's limit is based on the +smb2 dialect (64KiB for SMB == 2.0, 8MiB for SMB >= 2.1 with LargeMTU). Large MTU is not supported over NBT (tcp port 139).</para> </description> <related>smb2 max write</related> <related>smb2 max trans</related> -<value type="default">1048576</value> +<value type="default">8388608</value> </samba:parameter> diff --git a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml index d4d83b913a..64225a52c1 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml @@ -8,13 +8,13 @@ <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 maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2.</para> -<para>Please note that the default is 1MiB, but it's limit is based on the -smb2 dialect (64KiB for SMB2.0, 1MiB for SMB2.1 with LargeMTU). +<para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para> +<para>Please note that the default is 8MiB, but it's limit is based on the +smb2 dialect (64KiB for SMB == 2.0, 1MiB for SMB >= 2.1 with LargeMTU). Large MTU is not supported over NBT (tcp port 139).</para> </description> <related>smb2 max read</related> <related>smb2 max write</related> -<value type="default">1048576</value> +<value type="default">8388608</value> </samba:parameter> diff --git a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml index 1789bc6ece..4e7103c58a 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml @@ -8,13 +8,13 @@ <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 maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2.</para> -<para>Please note that the default is 1MiB, but it's limit is based on the -smb2 dialect (64KiB for SMB2.0, 1MiB for SMB2.1 with LargeMTU). +<para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para> +<para>Please note that the default is 8MiB, but it's limit is based on the +smb2 dialect (64KiB for SMB == 2.0, 8MiB for SMB => 2.1 with LargeMTU). Large MTU is not supported over NBT (tcp port 139).</para> </description> <related>smb2 max read</related> <related>smb2 max trans</related> -<value type="default">1048576</value> +<value type="default">8388608</value> </samba:parameter> |