mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 19:06:47 +00:00
Fix typos and miswording in the mbedtls_ssl_conf_max_frag_len documentation comment
This commit is contained in:
parent
eb1bb3d2d0
commit
61aa74fb3d
|
@ -2763,9 +2763,9 @@ void mbedtls_ssl_conf_cert_req_ca_list( mbedtls_ssl_config *conf,
|
||||||
* negotiate with the server during handshake)
|
* negotiate with the server during handshake)
|
||||||
*
|
*
|
||||||
* \note By default the \c mfl_code field of the \c mbedtls_ssl_config
|
* \note By default the \c mfl_code field of the \c mbedtls_ssl_config
|
||||||
* structure is equal `0 == MBEDTLS_SSL_MAX_FRAG_LEN_NONE`.
|
* structure is equal to `0 == MBEDTLS_SSL_MAX_FRAG_LEN_NONE`.
|
||||||
* This means the max fragment length extension *will not* be
|
* This means the maximum fragment length extension *will not*
|
||||||
* used unless set to other value via this function.
|
* be used unless set to another value via this function.
|
||||||
*
|
*
|
||||||
* \note With TLS, this currently only affects ApplicationData (sent
|
* \note With TLS, this currently only affects ApplicationData (sent
|
||||||
* with \c mbedtls_ssl_read()), not handshake messages.
|
* with \c mbedtls_ssl_read()), not handshake messages.
|
||||||
|
|
Loading…
Reference in a new issue