ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / protocol / smb2maxtrans.xml
blob5586d3f9fb0d1517b1718d5590df1e628356bb80
1 <samba:parameter name="smb2 max trans"
2                  type="bytes"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6 <para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
7 <manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
8 size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
9 </para>
10 <para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para>
11 <para>Please note that the default is 8MiB, but it's limit is based on the
12 smb2 dialect (64KiB for SMB == 2.0, 1MiB for SMB >= 2.1 with LargeMTU).
13 Large MTU is not supported over NBT (tcp port 139).</para>
14 </description>
16 <related>smb2 max read</related>
17 <related>smb2 max write</related>
18 <value type="default">8388608</value>
19 </samba:parameter>