diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2f46be47cc..262a9be97b 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1329,9 +1329,10 @@ /** * \def MBEDTLS_SSL_CID * - * Enable support for the DTLS Connection ID extension which - * allows to identify DTLS connections across changes in the - * underlying transport. + * Enable support for the DTLS Connection ID extension + * (version draft-ietf-tls-dtls-connection-id-04) + * which allows to identify DTLS connections across changes + * in the underlying transport. * * Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()` * and `mbedtls_ssl_get_peer_cid()`. See their documentation for more