mbedtls_ssl_conf_read_timeout() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

With blocking I/O, this will only work if a non-NULL \c f_recv_timeout was set with \c mbedtls_ssl_set_bio(). With non-blocking I/O, this will only work if timer callbacks were set with \c mbedtls_ssl_set_timer_cb(). With non-blocking I/O, you may also skip this function altogether and handle timeouts at the application layer.

References

from examples