|
|
|
@ -79,8 +79,13 @@
|
|
|
|
|
# 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 maximum value
|
|
|
|
|
# allowable is 65535. Do not set below 10.
|
|
|
|
|
# max_keepalive. This only applies to MQTT v5 clients. The default, and maximum
|
|
|
|
|
# value allowable, is 65535.
|
|
|
|
|
#
|
|
|
|
|
# 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
|
|
|
|
|
# messages are received. You should be very sure this is the behaviour that you
|
|
|
|
|
# want.
|
|
|
|
|
#
|
|
|
|
|
# For MQTT v3.1.1 and v3.1 clients, there is no mechanism to tell the client
|
|
|
|
|
# what keepalive value they should use. If an MQTT v3.1.1 or v3.1 client
|
|
|
|
|