mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +00:00
[posix] increase default address cache size from 32 to 128 (#6712)
Having this value sufficiently large is important to reduce latency when multiple simultaneous requests come in to a BR for many if not all the nodes on the network. This could happen when a client reconnects on Wifi and needs to query and/or update the state for many nodes at the same time.
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES
|
||||
#define OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES 32
|
||||
#define OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES 128
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user