zephyr/subsys/net/lib/mqtt
Robert Lubos 5110629ac1 net: mqtt: Fix SOCKS5 setsockopt error handling
Transports should close the socket in case of `setsockopt()` failure,
otherwise we end up with a leaked socket, as it won't be closed
elsewhere.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-12-01 13:54:30 -06:00
..
CMakeLists.txt
Kconfig
mqtt_decoder.c
mqtt_encoder.c
mqtt_internal.h
mqtt_os.h
mqtt_rx.c
mqtt_transport_socket_tcp.c net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
mqtt_transport_socket_tls.c net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
mqtt_transport_websocket.c
mqtt_transport.c
mqtt_transport.h
mqtt.c net: mqtt: Return meaningful error code from mqtt_init() 2021-10-21 10:56:32 -04:00