mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 18:07:47 +00:00
[address-cache] increase default to 32 (#8204)
To reduce likelihood of cache miss and associated costs.
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user