smb.conf(5): client min protocol: add hint at list of available protocols
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / protocol / smb2maxtrans.xml
blob1c01ccce05ff8ebcd08eeb6f7cbe8bf4c78fbf2c
1 <samba:parameter name="smb2 max trans"
2                 type="integer"
3                 context="G"
4                 advanced="1" developer="1"
5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7 <para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
8 <manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
9 size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
10 </para>
11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
12 </description>
14 <related>smb2 max read</related>
15 <related>smb2 max write</related>
16 <value type="default">65536</value>
17 </samba:parameter>