Neil Kolban
|
16e1a2716e
|
mbedtls port: Fix detection of EWOULDBLOCK/EAGAIN with non-blocking sockets
Previous code read non-blocking status via fcntl first, which resets errno.
Closes #424 https://github.com/espressif/esp-idf/pull/424
Merges #425 https://github.com/espressif/esp-idf/pull/425
|
2017-03-13 15:45:11 +08:00 |
|
Liu Han
|
c1802eaa98
|
components/mbedtls: add time and time data configuration at menuconfig
|
2016-12-08 13:33:47 +08:00 |
|
Jeroen Domburg
|
4d4c6a3694
|
Enable SO_REUSEADDR in LWIP
|
2016-09-18 16:43:48 +08:00 |
|
Angus Gratton
|
a939c15723
|
mbedtls networking: Remove WIN32 parts, minor cleanup
|
2016-09-09 11:24:35 +10:00 |
|
Wu Jian Gang
|
fc2bfc1f49
|
mbedtls: just format related files
method from !46
|
2016-09-08 16:46:25 +08:00 |
|
liuhan
|
f4ff32977d
|
components/mbedtls: modify MBEDTLS net feature
modify get the connection's 'errno' info by calling getsockopt function.
|
2016-09-08 16:46:21 +08:00 |
|
liuhan
|
2d80fada70
|
components/mbedtls: MBEDTLS Handshake result check
modify esp_config.h add some feature for support http2.0 protocol, TLS Handshake OK.
|
2016-09-08 16:45:44 +08:00 |
|