[address-cache] increase default to 32 (#8204)

To reduce likelihood of cache miss and associated costs.
This commit is contained in:
Jonathan Hui
2022-09-26 12:58:52 -07:00
committed by GitHub
parent bcf9d8058e
commit e64ba13faa
+1 -1
View File
@@ -42,7 +42,7 @@
*
*/
#ifndef OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES
#define OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES 10
#define OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES 32
#endif
/**