arduino-esp32/libraries/WiFiClientSecure/src
Vlasta Hajek e12d8c8ff1
fix: WiFiClientSecure connection timeout (#5398) (#5418)
Closes #5398

Using the same non-blocking socket connect pattern for respecting connection timeout, copied from WiFiClient::connect.

WiFiClient::connect uses lwip_connect_r, whereas start_ssl_client uses lwip_connect. I haven't found what is the difference between them. I tested both, both work ok, so I kept lwip_connect.
2021-07-21 13:20:23 +03:00
..
ssl_client.cpp fix: WiFiClientSecure connection timeout (#5398) (#5418) 2021-07-21 13:20:23 +03:00
ssl_client.h Change send_ssl_data to use size_t instead of uint16_t 2021-03-18 15:02:37 +02:00
WiFiClientSecure.cpp Revert "Update licenses" 2021-03-11 12:11:53 +02:00
WiFiClientSecure.h Revert "Update licenses" 2021-03-11 12:11:53 +02:00