ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / protocol / maxxmit.xml
blobd7bd66c34b0037b003c0f2b99c54c5aa306ba3d4
1 <samba:parameter name="max xmit"
2                  context="G"
3                  type="bytes"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This option controls the maximum packet size 
7     that will be negotiated by Samba's 
8     <citerefentry><refentrytitle>smbd</refentrytitle><manvolnum>8</manvolnum></citerefentry> 
9     for the SMB1 protocol. The default is 16644, which 
10     matches the behavior of Windows 2000.  A value below 2048 is likely to cause problems.
11     You should never need to change this parameter from its default value.
12 </para>
13 </description>
15 <value type="default">16644</value>
16 <value type="example">8192</value>
17 </samba:parameter>