mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 08:07:47 +00:00
[dtls] handle MBEDTLS_ERR_SSL_WANT_READ during send (#3444)
This commit is contained in:
@@ -872,6 +872,7 @@ otError Dtls::MapError(int rval)
|
||||
#endif // MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||
|
||||
case MBEDTLS_ERR_SSL_TIMEOUT:
|
||||
case MBEDTLS_ERR_SSL_WANT_READ:
|
||||
error = OT_ERROR_BUSY;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user