From d2a9e8df35be1516f22f0ef78356de6d4b02d4d3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 12 Oct 2011 14:00:32 -0700 Subject: Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_trans. Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104 --- docs-xml/smbdotconf/protocol/smb2maxread.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml/smbdotconf/protocol/smb2maxread.xml') diff --git a/docs-xml/smbdotconf/protocol/smb2maxread.xml b/docs-xml/smbdotconf/protocol/smb2maxread.xml index f4bcb4bbf0..2666821648 100644 --- a/docs-xml/smbdotconf/protocol/smb2maxread.xml +++ b/docs-xml/smbdotconf/protocol/smb2maxread.xml @@ -8,10 +8,10 @@ 8 will return to a client, informing the client of the largest size that may be returned by a single SMB2 read call. -The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server. +The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server. smb2 max write smb2 max trans -1048576 +65536 -- cgit