mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 02:30:59 +00:00
Document the default value for the maximum fragment length
This commit is contained in:
parent
6d72212d45
commit
abdf1c608e
|
@ -2761,6 +2761,7 @@ void mbedtls_ssl_conf_cert_req_ca_list( mbedtls_ssl_config *conf,
|
|||
* usually negotiated by the client during handshake)
|
||||
* (Client: set maximum fragment length to emit *and*
|
||||
* negotiate with the server during handshake)
|
||||
* (Default: #MBEDTLS_SSL_MAX_FRAG_LEN_NONE)
|
||||
*
|
||||
* \note On the client side, the maximum fragment length extension
|
||||
* *will not* be used, unless the maximum fragment length has
|
||||
|
|
Loading…
Reference in a new issue