NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Files at this revision

API Documentation at this revision

Comitter:
CYLiang@OANBE02780.nuvoton.com
Date:
Tue Mar 17 20:14:37 2020 +0800
Parent:
33:c3a985807206
Child:
35:36578356ed8a
Commit message:
Enlarge MBEDTLS_SSL_IN/OUT_CONTENT_LEN as 8KB for new AWS end-point

Changed in this revision

mbedtls_user_config.h Show annotated file Show diff for this revision Revisions of this file
--- 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