mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 05:49:54 +00:00
Reduce mbedtls memory pool in non-commissioning config. (#974)
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
#if OPENTHREAD_ENABLE_DTLS
|
||||
kMemorySize = 2048 * sizeof(void *), ///< Size of memory buffer (bytes).
|
||||
#else
|
||||
kMemorySize = 512, ///< Size of memory buffer (bytes).
|
||||
kMemorySize = 384, ///< Size of memory buffer (bytes).
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user