mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
0e6fe4c807
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
20 lines
904 B
XML
20 lines
904 B
XML
<samba:parameter name="smb2 max write"
|
|
type="bytes"
|
|
context="G"
|
|
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 that may be sent to the server by a single SMB2 write call.
|
|
</para>
|
|
<para>The maximum is 8388608 bytes (8MiB), which is the same as a Windows Server 2012 r2.</para>
|
|
<para>Please note that the default is 8MiB, but it's limit is based on the
|
|
smb2 dialect (64KiB for SMB == 2.0, 8MiB for SMB => 2.1 with LargeMTU).
|
|
Large MTU is not supported over NBT (tcp port 139).</para>
|
|
</description>
|
|
|
|
<related>smb2 max read</related>
|
|
<related>smb2 max trans</related>
|
|
<value type="default">8388608</value>
|
|
</samba:parameter>
|