-
CONFIG_NET_IPV6_FRAGMENT_TIMEOUT
¶
How long to wait the fragments to receive
Type: int
Help¶
How long to wait for IPv6 fragment to arrive before the reassembly will timeout. RFC 2460 chapter 4.5 tells to wait for 60 seconds but this might be too long in memory constrained devices. This value is in seconds.
Direct dependencies¶
NET_IPV6_FRAGMENT
&& NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 5 if
NET_IPV6_FRAGMENT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:71
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:52
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_IPV6_FRAGMENT_TIMEOUT int prompt "How long to wait the fragments to receive" ifNET_IPV6_FRAGMENT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
range 1 60 ifNET_IPV6_FRAGMENT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
default 5 ifNET_IPV6_FRAGMENT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6_FRAGMENT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help How long to wait for IPv6 fragment to arrive before the reassembly will timeout. RFC 2460 chapter 4.5 tells to wait for 60 seconds but this might be too long in memory constrained devices. This value is in seconds.
(Definitions include propagated dependencies, including from if’s and menus.)