From 2a54a6fe1ce401bd7181c8557550b53cd842b431 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 7 Jan 2021 08:13:49 -0500 Subject: [PATCH] Refactor the variable buffer length config description Signed-off-by: Andrzej Kurek --- include/mbedtls/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 818dc0cb0..b563a96b7 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1979,7 +1979,8 @@ /** * \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 */