commit | e1d77710b74a146ea9c566dbb584761823bc420f | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Mon May 12 13:40:14 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed May 14 14:10:34 2025 +0200 |
tree | 9165d93c84466e4e2c485a0d7c54074b26b193ac | |
parent | 5b6a8654647c44db2dbe320c2c7822300b5d41bd [diff] |
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>