mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
docs-xml: document "server max protocol" SMB3 and SMB3_00
metze
This commit is contained in:
parent
6aec0ce288
commit
f3c606b131
@ -47,10 +47,19 @@
|
||||
<para><constant>SMB2_22</constant>: Early Windows 8 SMB2 version.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><constant>SMB2_24</constant>: Windows 8 SMB2 version.</para>
|
||||
<para><constant>SMB2_24</constant>: Windows 8 beta SMB2 version.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>By default SMB2 selects the SMB2_02 varient.</para>
|
||||
<listitem>
|
||||
<para><constant>SMB3</constant>: The same as SMB2.
|
||||
Used by Windows 8. SMB3 has sub protocols available.</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><constant>SMB3_00</constant>: Windows 8 SMB3 version. (mostly the same as SMB2_24)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>By default SMB3 selects the SMB3_00 varient.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user