diff options
Diffstat (limited to 'docs/smbdotconf/protocol/maxmux.xml')
-rw-r--r-- | docs/smbdotconf/protocol/maxmux.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/smbdotconf/protocol/maxmux.xml b/docs/smbdotconf/protocol/maxmux.xml new file mode 100644 index 0000000000..c9ca8b71e9 --- /dev/null +++ b/docs/smbdotconf/protocol/maxmux.xml @@ -0,0 +1,13 @@ +<samba:parameter name="max mux" + context="G" + advanced="1" developer="1" + type="integer" + xmlns:samba="http://samba.org/common"> +<description> + <para>This option controls the maximum number of + outstanding simultaneous SMB operations that Samba tells the client + it will allow. You should never need to set this parameter.</para> +</description> + +<value type="default">50</value> +</samba:parameter> |