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 +++++++++++++++++ docs-xml/smbdotconf/protocol/smb2maxtrans.xml | 17 +++++++++++++++++ docs-xml/smbdotconf/protocol/smb2maxwrite.xml | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 docs-xml/smbdotconf/protocol/smb2maxread.xml create mode 100644 docs-xml/smbdotconf/protocol/smb2maxtrans.xml create mode 100644 docs-xml/smbdotconf/protocol/smb2maxwrite.xml (limited to 'docs-xml/smbdotconf/protocol') 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 + diff --git a/docs-xml/smbdotconf/protocol/smb2maxtrans.xml b/docs-xml/smbdotconf/protocol/smb2maxtrans.xml new file mode 100644 index 0000000000..dd654f46d1 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/smb2maxtrans.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 of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls. + +The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server. + + +smb2 max read +smb2 max write +1048576 + diff --git a/docs-xml/smbdotconf/protocol/smb2maxwrite.xml b/docs-xml/smbdotconf/protocol/smb2maxwrite.xml new file mode 100644 index 0000000000..cdbc47af47 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/smb2maxwrite.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 sent to the server by a single SMB2 write call. + +The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server. + + +smb2 max read +smb2 max trans +1048576 + -- cgit