Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MQTT
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