mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Refactored the esp_tcp_connect() functionality to break it down to * dns-resolution + socket creation * set configured socket options * set/reset non-block mode * the actual connection in non-blocking mode