-
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.
Defaults¶
- 2345 if
COAP
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/coap/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/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" ifCOAP
&&NETWORKING
range 2345 100000 ifCOAP
&&NETWORKING
default 2345 ifCOAP
&&NETWORKING
depends onCOAP
&&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.)