WHATSNEW: Larger IO sizes for SMB2/3 per default
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Sep 2014 23:18:53 +0000 (01:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 20 Sep 2014 07:15:08 +0000 (09:15 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
WHATSNEW.txt

index 367858c3ecc6d4a918a7db1297c32816916bb08b..50d1ec89b22f0c17d71e2ed511d3a2bdcc9bedb4 100644 (file)
@@ -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