:orphan: .. title:: CONFIG_UPDATEHUB_COAP_MAX_RETRY .. kconfig:: CONFIG_UPDATEHUB_COAP_MAX_RETRY CONFIG_UPDATEHUB_COAP_MAX_RETRY ############################### *Maximum retries attempts to download a packet* Type: ``int`` Help ==== .. code-block:: none Set the maximum number of retries attempts to download a packet before abort a current update. Direct dependencies =================== \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:91`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. code-block:: kconfig config UPDATEHUB_COAP_MAX_RETRY int "Maximum retries attempts to download a packet" range 3 10 default 10 depends on UPDATEHUB help Set the maximum number of retries attempts to download a packet before abort a current update. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*