mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
0ac94ad963
Since Samba 4.4.x is going EOL soon, update the server multi channel support warning text to reflect the fact that it's still experimental in 4.7, and it won't be getting fixed in a future 4.4.x version. Signed-off-by: Justin Maggard <jmaggard@netgear.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
22 lines
810 B
XML
22 lines
810 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>
|
|
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.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|