Doc update

This commit is contained in:
Roger A. Light
2022-12-13 17:17:51 +00:00
parent abe3d7d180
commit 00faec3ccd
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -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
View File
@@ -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