mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-18 20:50:55 +08:00
Doc update
This commit is contained in:
@@ -751,8 +751,9 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
|
||||
less than or equal to this value, otherwise they will
|
||||
be sent a server keepalive telling them to use
|
||||
max_keepalive. This only applies to MQTT v5 clients.
|
||||
The maximum value allowable, and default value, is
|
||||
65535.</para>
|
||||
The maximum value is 65535. Set to 0 to allow infinite
|
||||
keepalive. Defaults to 0.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Set to 0 to allow clients to set keepalive = 0, which
|
||||
|
||||
+3
-3
@@ -98,8 +98,8 @@
|
||||
# use the new keepalive value. The max_keepalive option allows you to specify
|
||||
# that clients may only connect with keepalive less than or equal to this
|
||||
# value, otherwise they will be sent a server keepalive telling them to use
|
||||
# max_keepalive. This only applies to MQTT v5 clients. The default, and maximum
|
||||
# value allowable, is 65535.
|
||||
# max_keepalive. This only applies to MQTT v5 clients. The maximum value is
|
||||
# 65535. Set to 0 to allow infinite keepalive. Defaults to 0.
|
||||
#
|
||||
# Set to 0 to allow clients to set keepalive = 0, which means no keepalive
|
||||
# checks are made and the client will never be disconnected by the broker if no
|
||||
@@ -111,7 +111,7 @@
|
||||
# specifies a keepalive time greater than max_keepalive they will be sent a
|
||||
# CONNACK message with the "identifier rejected" reason code, and disconnected.
|
||||
#
|
||||
#max_keepalive 65535
|
||||
#max_keepalive 0
|
||||
|
||||
# For MQTT v5 clients, it is possible to have the server send a "maximum packet
|
||||
# size" value that will instruct the client it will not accept MQTT packets
|
||||
|
||||
Reference in New Issue
Block a user