Define ANJ_CACHE_ENTRIES_NUMBER
Defined in File anj_config.h
Define Documentation
-
ANJ_CACHE_ENTRIES_NUMBER
Configures the number of cached responses.
Default value: 10
It affects statically allocated RAM.
Note
Only the last response is actually cached. With NSTART=1, the LwM2M Server will never send a new request until it has either received the previous response or abandoned it due to timeout. For values of ANJ_CACHE_ENTRIES_NUMBER greater than 1, only Message IDs of older entries are retained, allowing the client to detect and ignore duplicates.