:orphan: .. title:: COAP_INIT_ACK_TIMEOUT_MS .. option:: CONFIG_COAP_INIT_ACK_TIMEOUT_MS *base length of the random generated initial ACK timeout in ms* Type: ``int`` Help ==== This value is used as a base value to retry pending CoAP packets. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`COAP ` && \ :option:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 20000 - 20000 - 20000 - 20000 - 2000 Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config COAP_INIT_ACK_TIMEOUT_MS int default 20000 depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config COAP_INIT_ACK_TIMEOUT_MS int default 20000 depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config COAP_INIT_ACK_TIMEOUT_MS int default 20000 depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config COAP_INIT_ACK_TIMEOUT_MS int default 20000 depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``subsys/net/lib/coap/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support .. parsed-literal:: config COAP_INIT_ACK_TIMEOUT_MS int "base length of the random generated initial ACK timeout in ms" range 1000 100000 default 2000 depends on \ :option:`COAP ` && \ :option:`NETWORKING ` help This value is used as a base value to retry pending CoAP packets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*