From 3036822985cf109cfe551f5306cb495a659fd112 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 16 Jul 2010 14:39:52 -0700 Subject: Fix bug #7570 - New smb2 max parameters are undocumented. Jeremy. --- docs-xml/smbdotconf/protocol/smb2maxread.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs-xml/smbdotconf/protocol/smb2maxread.xml (limited to 'docs-xml/smbdotconf/protocol/smb2maxread.xml') diff --git a/docs-xml/smbdotconf/protocol/smb2maxread.xml b/docs-xml/smbdotconf/protocol/smb2maxread.xml new file mode 100644 index 0000000000..f4bcb4bbf0 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/smb2maxread.xml @@ -0,0 +1,17 @@ + + +This option specifies the protocol value that smbd +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. + + +smb2 max write +smb2 max trans +1048576 + -- cgit