From 3b3b5b02555572e48a751ea19ef9dd771a3862da Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Wed, 8 May 2013 10:27:26 +0200 Subject: docs: smb.conf: fix max read/write/trans default values (bug #9871) Commit 6d128aac119d948f0ecb0dcf6b400b4eb4027fe6 has increased the limit: "s3:smb2_server increase defaults for read/write/trans sizes to 1MB" Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri May 10 23:14:50 CEST 2013 on sn-devel-104 --- docs-xml/smbdotconf/protocol/smb2maxread.xml | 7 +++++-- docs-xml/smbdotconf/protocol/smb2maxtrans.xml | 7 +++++-- docs-xml/smbdotconf/protocol/smb2maxwrite.xml | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'docs-xml/smbdotconf') diff --git a/docs-xml/smbdotconf/protocol/smb2maxread.xml b/docs-xml/smbdotconf/protocol/smb2maxread.xml index 2666821648..045e7d95b4 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxread.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxread.xml @@ -8,10 +8,13 @@ 8 will return to a client, informing the client of the largest size that may be returned by a single SMB2 read call. -The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server. +The maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2. +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). +Large MTU is not supported over NBT (tcp port 139). smb2 max write smb2 max trans -65536 +1048576 diff --git a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml index 1c01ccce05..d4d83b913a 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml @@ -8,10 +8,13 @@ 8 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. -The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server. +The maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2. +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). +Large MTU is not supported over NBT (tcp port 139). smb2 max read smb2 max write -65536 +1048576 diff --git a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml index a302a94a17..1789bc6ece 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml @@ -8,10 +8,13 @@ 8 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. -The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server. +The maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2. +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). +Large MTU is not supported over NBT (tcp port 139). smb2 max read smb2 max trans -65536 +1048576 -- cgit