zephyr/subsys/net/lib/mqtt
Justin Brzozoski ffe25df82a mqtt: Allow client to override keepalive
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>
2019-06-28 09:54:16 -04:00
..
CMakeLists.txt
Kconfig
mqtt_decoder.c
mqtt_encoder.c mqtt: Allow client to override keepalive 2019-06-28 09:54:16 -04:00
mqtt_internal.h
mqtt_os.h cleanup: include/: move misc/mutex.h to sys/mutex.h 2019-06-27 22:55:49 -04:00
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 mqtt: Allow client to override keepalive 2019-06-28 09:54:16 -04:00