yh Tang
/
NuMaker-mbed-AWS-IoT-example
NuMaker connection with AWS IoT thru MQTT/HTTPS
Diff: mbedtls_user_config.h
- Revision:
- 25:edf568984d27
- Parent:
- 1:5ffad9f24d63
- Child:
- 26:e5cfc2628e84
--- a/mbedtls_user_config.h Fri Apr 12 17:33:29 2019 +0800 +++ b/mbedtls_user_config.h Mon Apr 15 15:40:16 2019 +0800 @@ -41,5 +41,8 @@ #undef MBEDTLS_AES_ALT #endif /* TARGET_STM32F439xI && MBEDTLS_CONFIG_HW_SUPPORT */ -/* Internal test only. Don't uncomment it out */ -//#define MBEDTLS_SSL_MAX_CONTENT_LEN 4096 +/* Maximum length (in bytes) of incoming plaintext fragments */ +//#define MBEDTLS_SSL_IN_CONTENT_LEN 4096 + +/* Maximum length (in bytes) of outgoing plaintext fragments */ +//#define MBEDTLS_SSL_OUT_CONTENT_LEN 4096