zephyr/subsys/net/lib/mqtt_sn
Robert Lubos e1d77710b7 net: mqtt-sn: Correct the allowed Keep Alive value range
Keep Alive timeout is represented by 2-byte unsigned integer, however
the corresponding Kconfig option was limited to UINT8_MAX only.
Also, similarly to regular MQTT, allow to disable the Keep Alive
functionality by specifying the Keep Alive value to 0.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-05-14 14:10:34 +02:00
..
CMakeLists.txt
Kconfig net: mqtt-sn: Correct the allowed Keep Alive value range 2025-05-14 14:10:34 +02:00
mqtt_sn_decoder.c
mqtt_sn_encoder.c
mqtt_sn_msg.h
mqtt_sn_transport_udp.c net: mqtt_sn: Use zsock_inet_ntop instead of inet_ntop 2025-05-09 18:00:14 +02:00
mqtt_sn.c net: mqtt-sn: Correct the allowed Keep Alive value range 2025-05-14 14:10:34 +02:00