CONFIG_NET_MAX_6LO_CONTEXTS

Number of supported 6CO (6lowpan contexts options)

Type: int

Help

6lowpan context options table size. The value depends on your network and memory consumption. More 6CO options uses more memory.

Direct dependencies

NET_6LO_CONTEXT && NET_IPV6 && !NET_RAW_MODE && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig.ipv6:135

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87<Zephyr>/subsys/net/ip/Kconfig:114

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → IPv6 → Enable 6lowpan IPv6 Compression library → Enable 6lowpan context based compression

config NET_MAX_6LO_CONTEXTS
    int "Number of supported 6CO (6lowpan contexts options)"
    range 1 16
    default 1
    depends on NET_6LO_CONTEXT && NET_IPV6 && !NET_RAW_MODE && NETWORKING
    help
      6lowpan context options table size. The value depends on your
      network and memory consumption. More 6CO options uses more memory.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)