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

Kconfig definition

At subsys/net/ip/Kconfig:262

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

Menu path: (top menu) → Networking → IP stack

config NET_UDP_CHECKSUM
    bool
    prompt "Check UDP checksum" if NET_UDP && !NET_RAW_MODE && NETWORKING
    default "y" if NET_UDP && !NET_RAW_MODE && NETWORKING
    depends on NET_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.)