The latest development version of this page may be more current than this released 1.14.1 version.
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

COAP && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/coap/Kconfig:58

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:9

Menu path: (top menu) → Networking → Network Protocols

config COAP_INIT_ACK_TIMEOUT_MS
    int
    prompt "base length of the random generated initial ACK timeout in ms" if COAP && NETWORKING
    range 2345 100000 if COAP && NETWORKING
    default 2345 if COAP && NETWORKING
    depends on COAP && NETWORKING
    help
      This value is used as a base value to retry pending CoAP packets.

(Definitions include propagated dependencies, including from if’s and menus.)