-
CONFIG_MQTT_KEEPALIVE
¶
Maximum number of clients Keep alive time for MQTT (in seconds)
Type: int
Help¶
Keep alive time for MQTT (in seconds). Sending of Ping Requests to keep the connection alive are governed by this value.
Defaults¶
- 60 if
MQTT_LIB
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/mqtt/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:13
Menu path: (top menu) → Networking → Network Protocols
config MQTT_KEEPALIVE int prompt "Maximum number of clients Keep alive time for MQTT (in seconds)" ifMQTT_LIB
&&NETWORKING
default 60 ifMQTT_LIB
&&NETWORKING
depends onMQTT_LIB
&&NETWORKING
help Keep alive time for MQTT (in seconds). Sending of Ping Requests to keep the connection alive are governed by this value.
(Definitions include propagated dependencies, including from if’s and menus.)