1 <samba:parameter name="smb2 max read"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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 that may be returned by a single SMB2 read call.
11 <para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para>
12 <para>Please note that the default is 8MiB, but it's limit is based on the
13 smb2 dialect (64KiB for SMB == 2.0, 8MiB for SMB >= 2.1 with LargeMTU).
14 Large MTU is not supported over NBT (tcp port 139).</para>
17 <related>smb2 max write</related>
18 <related>smb2 max trans</related>
19 <value type="default">8388608</value>