source: vendor/current/docs-xml/smbdotconf/protocol/smb2maxtrans.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 937 bytes
Line 
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
8size 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
12smb2 dialect (64KiB for SMB == 2.0, 1MiB for SMB >= 2.1 with LargeMTU).
13Large MTU is not supported over NBT (tcp port 139).</para>
14</description>
15
16<related>smb2 max read</related>
17<related>smb2 max write</related>
18<value type="default">8388608</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.