:orphan: .. title:: CONFIG_NET_MAX_6LO_CONTEXTS .. kconfig:: CONFIG_NET_MAX_6LO_CONTEXTS CONFIG_NET_MAX_6LO_CONTEXTS ########################### *Number of supported 6CO (6lowpan contexts options)* Type: ``int`` Help ==== .. code-block:: none 6lowpan context options table size. The value depends on your network and memory consumption. More 6CO options uses more memory. Direct dependencies =================== \ :kconfig:`NET_6LO_CONTEXT ` && \ :kconfig:`NET_IPV6 ` && !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/net/ip/Kconfig.ipv6:152`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:115`` 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 .. code-block:: kconfig 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.)*