This change will allow an MQTT client to override the compile-time keepalive if desired. The change is structured such that the compile-time default will still be setup by calling mqtt_client_init, but can be changed by the application before calling mqtt_connect if desired. Signed-off-by: Justin Brzozoski <justin.brzozoski@signal-fire.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| mqtt_decoder.c | ||
| mqtt_encoder.c | ||
| mqtt_internal.h | ||
| mqtt_os.h | ||
| mqtt_rx.c | ||
| mqtt_transport_socket_tcp.c | ||
| mqtt_transport_socket_tls.c | ||
| mqtt_transport_socks.c | ||
| mqtt_transport.c | ||
| mqtt_transport.h | ||
| mqtt.c | ||