Macros | |
#define | REPLAY_CACHE_ENTRIES 40 |
Number of entries in the replay protection cache. More... | |
#define | REPLAY_CACHE_STORAGE_STRATEGY MESH_CONFIG_STRATEGY_ON_POWER_DOWN |
Strategy for storing the replay protection cache into persistent memory. More... | |
#define REPLAY_CACHE_ENTRIES 40 |
Number of entries in the replay protection cache.
Definition at line 402 of file nrf_mesh_config_core.h.
#define REPLAY_CACHE_STORAGE_STRATEGY MESH_CONFIG_STRATEGY_ON_POWER_DOWN |
Strategy for storing the replay protection cache into persistent memory.
The replay protection cache is stored into the persistent memory to avoid replay protection attacks after device is power cycled.
For details, see the power-down documentation.
Definition at line 414 of file nrf_mesh_config_core.h.