-
CONFIG_NET_UDP_CHECKSUM
¶
Check UDP checksum
Type: bool
Help¶
Enables UDP handler to check UDP checksum. If the checksum is invalid, then the packet is discarded.
Direct dependencies¶
NET_UDP
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NET_UDP
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:299
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_UDP_CHECKSUM bool prompt "Check UDP checksum" ifNET_UDP
&& !NET_RAW_MODE
&&NETWORKING
default "y" ifNET_UDP
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_UDP
&& !NET_RAW_MODE
&&NETWORKING
help Enables UDP handler to check UDP checksum. If the checksum is invalid, then the packet is discarded.
(Definitions include propagated dependencies, including from if’s and menus.)