zephyr/subsys/net/lib/mqtt
Robert Lubos f0ec61ef70 net: mqtt: Handle incomplete zsock_sendmsg write
In case zsock_sendmsg did not send all of the data requested, update the
`struct msghdr` content and retry.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-09-29 11:08:40 +02:00
..
CMakeLists.txt
Kconfig
mqtt.c
mqtt_decoder.c
mqtt_encoder.c
mqtt_internal.h
mqtt_os.h
mqtt_rx.c
mqtt_transport.c
mqtt_transport.h
mqtt_transport_socket_tcp.c net: mqtt: Handle incomplete zsock_sendmsg write 2021-09-29 11:08:40 +02:00
mqtt_transport_socket_tls.c net: mqtt: Handle incomplete zsock_sendmsg write 2021-09-29 11:08:40 +02:00
mqtt_transport_websocket.c