Reduce mbedtls memory pool in non-commissioning config. (#974)

This commit is contained in:
Jonathan Hui
2016-11-16 17:24:00 +08:00
committed by GitHub
parent 208c4d35b9
commit cfd9707ccf
+1 -1
View File
@@ -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
};