1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Files
samba-mirror/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml
Stefan Metzmacher 7f03d7c85e 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>
2021-07-15 00:06:31 +00:00

28 lines
1021 B
XML

<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 was added with version 4.4.</para>
<para>
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">yes</value>
</samba:parameter>