Add links to KB articles

This commit is contained in:
Manuel Pégourié-Gonnard 2016-02-22 16:42:51 +00:00
parent 325ce093f9
commit 02049dcbd1
2 changed files with 11 additions and 1 deletions

View file

@ -1149,6 +1149,7 @@ typedef int mbedtls_ssl_get_timer_t( void * ctx );
* here, except if using an event-driven style.
*
* \note See also the "DTLS tutorial" article in our knowledge base.
* https://tls.mbed.org/kb/how-to/dtls-tutorial
*/
void mbedtls_ssl_set_timer_cb( mbedtls_ssl_context *ssl,
void *p_timer,