yh Tang
/
NuMaker-mbed-AWS-IoT-example
NuMaker connection with AWS IoT thru MQTT/HTTPS
Diff: mbedtls_user_config.h
- Revision:
- 26:e5cfc2628e84
- Parent:
- 25:edf568984d27
- Child:
- 34:369cb3afc198
diff -r edf568984d27 -r e5cfc2628e84 mbedtls_user_config.h --- a/mbedtls_user_config.h Mon Apr 15 15:40:16 2019 +0800 +++ b/mbedtls_user_config.h Mon Apr 15 17:31:56 2019 +0800 @@ -42,7 +42,7 @@ #endif /* TARGET_STM32F439xI && MBEDTLS_CONFIG_HW_SUPPORT */ /* Maximum length (in bytes) of incoming plaintext fragments */ -//#define MBEDTLS_SSL_IN_CONTENT_LEN 4096 +#define MBEDTLS_SSL_IN_CONTENT_LEN 4096 /* Maximum length (in bytes) of outgoing plaintext fragments */ -//#define MBEDTLS_SSL_OUT_CONTENT_LEN 4096 +#define MBEDTLS_SSL_OUT_CONTENT_LEN 4096