mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
3036822985
Jeremy.
18 lines
670 B
XML
18 lines
670 B
XML
<samba:parameter name="smb2 max read"
|
|
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 returned by a single SMB2 read call.
|
|
</para>
|
|
<para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
|
|
</description>
|
|
|
|
<related>smb2 max write</related>
|
|
<related>smb2 max trans</related>
|
|
<value type="default">1048576</value>
|
|
</samba:parameter>
|