summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol/smb2maxread.xml
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10docs: smb.conf: fix max read/write/trans default values (bug #9871)Björn Baumbach1-2/+5
Commit 6d128aac119d948f0ecb0dcf6b400b4eb4027fe6 has increased the limit: "s3:smb2_server increase defaults for read/write/trans sizes to 1MB" Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 10 23:14:50 CEST 2013 on sn-devel-104
2011-10-13Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ↵Jeremy Allison1-2/+2
size of 0x10000 instead of smb2_max_trans. Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104
2010-07-16Fix bug #7570 - New smb2 max parameters are undocumented.Jeremy Allison1-0/+17
Jeremy.