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 net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
Kconfig net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt.c net: mqtt: Return meaningful error code from mqtt_init() 2021-10-21 10:56:32 -04:00
mqtt_decoder.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mqtt_encoder.c net: mqtt: log struct mqtt_utf8 with hexdump 2021-03-05 12:49:22 +02:00
mqtt_internal.h net: mqtt: Make client "cleansession" flag configurable. 2020-06-09 10:09:04 +03:00
mqtt_os.h net: mqtt: log struct mqtt_utf8 with hexdump 2021-03-05 12:49:22 +02:00
mqtt_rx.c net: mqtt: Prevent double CONNACK event notification on server reject 2020-07-27 13:24:11 +02:00
mqtt_transport.c net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt_transport.h net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00