summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/tuning/smb2maxtrans.xml
blob: 4e6fee0e75b47629cbc69f76135dd8f575c55517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<samba:parameter name="smb2 max trans"
		context="G"
		advanced="1" developer="1"
		xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para>This sets the maximum read size in bytes for a single SMB2 transact request.
    It exists to allow the Samba developers to experiment with different
    size requests for tuning purposes.
    </para>
</description>

<value type="default">65536</value>
</samba:parameter>