[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:
Nathan Dyck
2021-06-16 12:13:38 -07:00
committed by GitHub
parent 13ec0e7a63
commit 8989858c2a
@@ -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
/**