mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 02:28:21 +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