summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/protocol/servermultichannelsupport.xml
blob: 105627139a52540fa8e3ee56086af43f8eecdcc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>