mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 09:30:59 +00:00
Backport a doxygen note from development for mbedtls_ssl_conf_max_frag_len()
This commit is contained in:
parent
5b001e07a8
commit
2dd69e1c05
|
@ -2115,6 +2115,10 @@ void mbedtls_ssl_conf_cert_req_ca_list( mbedtls_ssl_config *conf,
|
|||
* negotiate with the server during handshake)
|
||||
* (Default: #MBEDTLS_SSL_MAX_FRAG_LEN_NONE)
|
||||
*
|
||||
* \note With TLS, this currently only affects ApplicationData (sent
|
||||
* with \c mbedtls_ssl_read()), not handshake messages.
|
||||
* With DTLS, this affects both ApplicationData and handshake.
|
||||
*
|
||||
* \note On the client side, the maximum fragment length extension
|
||||
* *will not* be used, unless the maximum fragment length has
|
||||
* been set via this function to a value different than
|
||||
|
|
Loading…
Reference in a new issue