From e28b087fb94f282bb930aac557e6e36481c1a26f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 20 Sep 2014 01:18:53 +0200 Subject: WHATSNEW: Larger IO sizes for SMB2/3 per default Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- WHATSNEW.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit