net/dtls: add reference to wolfssl pkg

This commit is contained in:
Aiman Ismail 2019-09-12 14:58:16 +03:00
parent 5e195e82ca
commit 083c8f79c0

View File

@ -19,6 +19,7 @@
* with the pkg system. Supported DTLS implementations are:
*
* - @ref pkg_tinydtls "TinyDTLS"
* - @ref pkg_wolfssl "WolfSSL"
*
* The other way of using DTLS is through the @ref net_sock_dtls
* "DTLS sock API".