mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
665ad3dbdb
- If internet connectivity weakened or disappeared suddenly while we were in the TLS handshake stage, the app got stuck at that point indefinitely. - This was because when timeout was not explicitly specified in esp_tls_cfg_t, the default timeout was set at the wrong place. This causes the sockets to be setup with zero timeout, hence the indefinite wait. |
||
---|---|---|
.. | ||
esp-tls-crypto | ||
private_include | ||
test_apps | ||
CMakeLists.txt | ||
esp_tls_error_capture.c | ||
esp_tls_errors.h | ||
esp_tls_mbedtls.c | ||
esp_tls_wolfssl.c | ||
esp_tls.c | ||
esp_tls.h | ||
Kconfig |