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.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
mqtt_transport_socket_tls.c
mqtt_transport_websocket.c