mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Implementation of `esp_tls_conn_new_sync` now uses timeout_ms value to give up retries. Specified this value to be 10 sec. (10 * 1000 ms). Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>