summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-09-20 01:18:53 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-20 09:15:08 +0200
commite28b087fb94f282bb930aac557e6e36481c1a26f (patch)
tree6c2077a00812c4cd6680f55d89822c4cf7bb1496 /WHATSNEW.txt
parentfc70caaf186d51c58d9699e4dc11f6645baad156 (diff)
downloadsamba-e28b087fb94f282bb930aac557e6e36481c1a26f.tar.gz
samba-e28b087fb94f282bb930aac557e6e36481c1a26f.tar.xz
samba-e28b087fb94f282bb930aac557e6e36481c1a26f.zip
WHATSNEW: Larger IO sizes for SMB2/3 per default
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 367858c3ec..50d1ec89b2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -73,6 +73,13 @@ reliably possible, e.g. if there're trusted domains.
Please consult the smb.conf manpage for more details of this new options.
+Larger IO sizes for SMB2/3 by default
+=====================================
+
+The default values for "smb2 max read", "smb2 max write" and "smb2 max trans"
+have been changed to 8388608 (8MiB) in order to match the default of
+Windows 2012R2.
+
######################################################################
Changes
#######
@@ -88,6 +95,9 @@ smb.conf changes
reject md5 client New no
reject md5 servers New no
require strong key New yes
+ smb2 max read Changed default 8388608
+ smb2 max write Changed default 8388608
+ smb2 max trans Changed default 8388608
winbind expand groups Changed default 0
KNOWN ISSUES