mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
3b3b5b0255
Commit 6d128aac11
has increased the limit:
"s3:smb2_server increase defaults for read/write/trans sizes to 1MB"
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri May 10 23:14:50 CEST 2013 on sn-devel-104
21 lines
882 B
XML
21 lines
882 B
XML
<samba:parameter name="smb2 max write"
|
|
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 that may be sent to the server by a single SMB2 write call.
|
|
</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 trans</related>
|
|
<value type="default">1048576</value>
|
|
</samba:parameter>
|