diff options
author | Günther Deschner <gd@samba.org> | 2016-01-20 17:44:45 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-03-15 17:31:10 +0100 |
commit | 8a71e1a5a803510f60c8610d06e7868739dc31b1 (patch) | |
tree | 5f5a2370786eda3aeba745a3b91ef7bd91e45247 /docs-xml | |
parent | e64ab0d72a92f5e80e7a115f168b4d24b2fe73f6 (diff) | |
download | samba-8a71e1a5a803510f60c8610d06e7868739dc31b1.tar.gz |
param: add parameter "server multi channel support", defaults to off.
Guenther
Pair-Programmed-With: Michael Adam <obnox@samba.org>
Signed-off-by: Guenther Deschner <gd@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/protocol/servermultichannelsupport.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml b/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml new file mode 100644 index 00000000000..14db171e3f4 --- /dev/null +++ b/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml @@ -0,0 +1,21 @@ +<samba:parameter name="server multi channel support" + context="G" + type="boolean" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This boolean parameter controls whether + <citerefentry><refentrytitle>smbd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> will support + SMB3 multi-channel. + </para> + <para>This parameter has been added with version 4.4.</para> + <para> + Warning: Note that this feature is considered experimental in Samba 4.4. + Use it at your own risk: Even though it may seem to work well in testing, + it may result in data corruption under some race conditions. + Future 4.4.x release may improve this situation. + </para> +</description> + +<value type="default">no</value> +</samba:parameter> |