:orphan: .. title:: CONFIG_BT_MESH_MSG_CACHE_SIZE .. kconfig:: CONFIG_BT_MESH_MSG_CACHE_SIZE CONFIG_BT_MESH_MSG_CACHE_SIZE ############################# *Network message cache size* Type: ``int`` Help ==== .. code-block:: none Number of messages that are cached for the network. This helps prevent unnecessary decryption operations and unnecessary relays. This option is similar to the replay protection list, but has a different purpose. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:245`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_MSG_CACHE_SIZE int "Network message cache size" range 2 65535 default 10 depends on BT_MESH && BT help Number of messages that are cached for the network. This helps prevent unnecessary decryption operations and unnecessary relays. This option is similar to the replay protection list, but has a different purpose. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*