yh Tang
/
NuMaker-mbed-AWS-IoT-example
NuMaker connection with AWS IoT thru MQTT/HTTPS
Diff: mbedtls_user_config.h
- Revision:
- 34:369cb3afc198
- Parent:
- 26:e5cfc2628e84
diff -r c3a985807206 -r 369cb3afc198 mbedtls_user_config.h --- a/mbedtls_user_config.h Mon Mar 16 13:29:32 2020 +0800 +++ b/mbedtls_user_config.h Tue Mar 17 20:14:37 2020 +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 8192 /* Maximum length (in bytes) of outgoing plaintext fragments */ -#define MBEDTLS_SSL_OUT_CONTENT_LEN 4096 +#define MBEDTLS_SSL_OUT_CONTENT_LEN 8192