diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-07-19 11:54:05 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-07-19 11:54:05 +0200 |
commit | a785b4349c9041c81e0fb17060e0c0c4ece99439 (patch) | |
tree | 0da94293bb9a388e7f81d110d8806f691fb98d2f /docs-xml/smbdotconf/tuning | |
parent | 35b1e00ba330d5f90f121f2af384ff416dd4a62b (diff) | |
download | samba-a785b4349c9041c81e0fb17060e0c0c4ece99439.tar.gz samba-a785b4349c9041c81e0fb17060e0c0c4ece99439.tar.bz2 samba-a785b4349c9041c81e0fb17060e0c0c4ece99439.zip |
s3-docs: Remove older documentation of smb2 parameters.
Jeremy, these parameters were already documented. My fault.
Sorry for the noise!
Karolin
Diffstat (limited to 'docs-xml/smbdotconf/tuning')
-rw-r--r-- | docs-xml/smbdotconf/tuning/smb2maxread.xml | 13 | ||||
-rw-r--r-- | docs-xml/smbdotconf/tuning/smb2maxtrans.xml | 13 | ||||
-rw-r--r-- | docs-xml/smbdotconf/tuning/smb2maxwrite.xml | 13 |
3 files changed, 0 insertions, 39 deletions
diff --git a/docs-xml/smbdotconf/tuning/smb2maxread.xml b/docs-xml/smbdotconf/tuning/smb2maxread.xml deleted file mode 100644 index a3abbbc4ca..0000000000 --- a/docs-xml/smbdotconf/tuning/smb2maxread.xml +++ /dev/null @@ -1,13 +0,0 @@ -<samba:parameter name="smb2 max read" - context="G" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para>This sets the maximum read size in bytes for a single SMB2 read request. - It exists to allow the Samba developers to experiment with different - size requests for tuning purposes. - </para> -</description> - -<value type="default">65536</value> -</samba:parameter> diff --git a/docs-xml/smbdotconf/tuning/smb2maxtrans.xml b/docs-xml/smbdotconf/tuning/smb2maxtrans.xml deleted file mode 100644 index 4e6fee0e75..0000000000 --- a/docs-xml/smbdotconf/tuning/smb2maxtrans.xml +++ /dev/null @@ -1,13 +0,0 @@ -<samba:parameter name="smb2 max trans" - context="G" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para>This sets the maximum read size in bytes for a single SMB2 transact request. - It exists to allow the Samba developers to experiment with different - size requests for tuning purposes. - </para> -</description> - -<value type="default">65536</value> -</samba:parameter> diff --git a/docs-xml/smbdotconf/tuning/smb2maxwrite.xml b/docs-xml/smbdotconf/tuning/smb2maxwrite.xml deleted file mode 100644 index 5085dba435..0000000000 --- a/docs-xml/smbdotconf/tuning/smb2maxwrite.xml +++ /dev/null @@ -1,13 +0,0 @@ -<samba:parameter name="smb2 max write" - context="G" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para>This sets the maximum read size in bytes for a single SMB2 write request. - It exists to allow the Samba developers to experiment with different - size requests for tuning purposes. - </para> -</description> - -<value type="default">65536</value> -</samba:parameter> |