mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-19 06:41:42 +08:00
* Separating MBEDTLS_SSL_MAX_CONTENT_LEN into input and output buffers. * Beneficial for saving memory by reducing Tx buffer independently of Rx buffer. * Taken from https://github.com/ARMmbed/mbedtls/pull/536