summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol/smb2maxtrans.xml
blob: d4d83b913a812dab351954cddd1f73114e614e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<samba:parameter name="smb2 max trans"
		type="integer"
		context="G"
		advanced="1" developer="1"
		xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option specifies the protocol value that <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> will return to a client, informing the client of the largest
size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
</para>
<para>The maximum is 1048576 bytes (1MiB), which is the same as a Windows Server 2008 r2.</para>
<para>Please note that the default is 1MiB, but it's limit is based on the
smb2 dialect (64KiB for SMB2.0, 1MiB for SMB2.1 with LargeMTU).
Large MTU is not supported over NBT (tcp port 139).</para>
</description>

<related>smb2 max read</related>
<related>smb2 max write</related>
<value type="default">1048576</value>
</samba:parameter>