-
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
NETWORKING
Kconfig definition¶
At subsys/net/lib/coap/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ 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" ifNETWORKING
range 2345 100000 ifNETWORKING
default 2345 ifNETWORKING
depends onNETWORKING
help This value is used as a base value to retry pending CoAP packets.
(Definitions include propagated dependencies, including from if’s and menus.)