|
26.
|
|
|
listener
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:115(option)
|
|
27.
|
|
|
Listen for incoming network connection on the specified port. A second optional argument allows the listener to be bound to a specific ip address/hostname. If this variable is used and neither bind_address nor port are used then the default listener will not be started. This option may be specified multiple times.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:117(para)
|
|
28.
|
|
|
log_dest
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:126(option)
|
|
29.
|
|
|
Send log messages to a particular destination. Possible destinations are: stdout stderr syslog topic. stdout and stderr log to the console on the named output. syslog uses the userspace syslog facility which usually ends up in /var/log/messages or similar and topic logs to the broker topic '$SYS/broker/log/<severity>', where severity is one of D, E, W, N, I which are debug, error, warning, notice and information. Use "log_dest none" if you wish to disable logging. Defaults to stderr. This option may be specified multiple times.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:128(para)
|
|
30.
|
|
|
log_type
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:141(option)
|
|
31.
|
|
|
Choose types of messages to log. Possible types are: debug, error, warning, notice, information, none. Defaults to error, warning, notice and information. This option may be specified multiple times. Note that the debug type (used for decoding incoming network packets) is never logged in syslog or topics.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:143(para)
|
|
32.
|
|
|
max_connections
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:152(option)
|
|
33.
|
|
|
Limit the total number of clients connected. Set to -1 to have "unlimited" connections. Note that other limits may be imposed that are outside the control of mosquitto. See e.g. <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:154(para)
|
|
34.
|
|
|
max_inflight_messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:161(option)
|
|
35.
|
|
|
The maximum number of QoS 1 or 2 messages that can be in the process of being transmitted simultaneously. This includes messages currently going through handshakes and messages that are being retried. Defaults to 20. Set to 0 for no maximum. If set to 1, this will guarantee in-order delivery of messages.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto.conf.5.xml:163(para)
|