summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-07-14 00:14:24 +0200
committerStefan Metzmacher <metze@samba.org>2021-07-15 00:06:31 +0000
commit7f03d7c85e62bec3f97143980ec45db8bd0e5383 (patch)
treea22cdcc717ea1307fac1937632ab7ae657c9754a /docs-xml
parentf627727898dc3fb17e4c49afea90824b05b8d94e (diff)
downloadsamba-7f03d7c85e62bec3f97143980ec45db8bd0e5383.tar.gz
lib/param: enable "server multi channel support" by default on Linux and FreeBSD
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/protocol/servermultichannelsupport.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml b/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml
index 5f87298b4bd..105627139a5 100644
--- a/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml
+++ b/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml
@@ -10,17 +10,18 @@
</para>
<para>This parameter was added with version 4.4.</para>
<para>
- Warning: Note that this feature is still considered experimental.
- 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 releases may improve this situation.
+ Note that this feature was still considered experimental up to 4.14.
</para>
<para>Due to dependencies to kernel APIs of Linux or FreeBSD, it's only possible
to use this feature on Linux and FreeBSD for now. For testing this restriction
can be overwritten by specifying <constant>force:server multi channel support=yes</constant>
in addition.</para>
+
+ <para>
+ This option is enabled by default starting with to 4.15 (on Linux and FreeBSD).
+ </para>
</description>
-<value type="default">no</value>
+<value type="default">yes</value>
</samba:parameter>