esp-idf/components/esp-tls
Axel Lin 52442be9e1 esp-tls: Fix setsockopt for TCP_KEEPIDLE
Current code applies keep_alive_enable setting to TCP_KEEPIDLE, fix it.

Fixes: 2d25252746 ("esp-tls: Rework tcp_connect() to use more subroutines")
Signed-off-by: Axel Lin <axel.lin@gmail.com>
2021-04-06 15:37:16 +08:00
..
esp-tls-crypto esp32/esp-tls: Make crypto abstraction layer inside esp-tls 2020-10-23 05:16:06 +00:00
private_include esp-tls: Added _esp_tls_net_init to init fd for both mbedtls/wolfssl 2021-02-16 09:01:35 +01:00
test esp-tls: Added unit tests 2021-01-21 01:17:23 +00:00
CMakeLists.txt esp_tls: Fix unresolved lwip symbol when complex dependency tree 2021-02-16 09:01:35 +01:00
Kconfig esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30
component.mk tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
esp_tls.c esp-tls: Fix setsockopt for TCP_KEEPIDLE 2021-04-06 15:37:16 +08:00
esp_tls.h transport: Support bind socket to specified interface in transport and esp-tls 2021-03-10 02:19:29 +00:00
esp_tls_error_capture.c tcp_transport: Extend transport error storage for socket error 2020-11-12 12:46:22 +00:00
esp_tls_errors.h esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE 2021-02-16 09:01:35 +01:00
esp_tls_mbedtls.c Fix esp_tls: Prevent freeing of global ca store after each connection 2021-02-25 00:26:13 +00:00
esp_tls_wolfssl.c esp-tls: Fix wolfssl error codes for WANT_READ/WANT_WRITE 2021-02-16 09:01:35 +01:00