mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 12:25:40 +00:00
Refactor the variable buffer length config description
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
557289babc
commit
2a54a6fe1c
|
@ -1979,7 +1979,8 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
|
* \def MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
|
||||||
*
|
*
|
||||||
* Enable modifying the maximum I/O buffer size.
|
* When this option is enabled, the SSL buffer will be resized automatically
|
||||||
|
* based on the negotiated maximum fragment length in each direction.
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
|
* Requires: MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue