:orphan: .. title:: NET_MAX_6LO_CONTEXTS .. option:: 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 =================== \ :option:`NET_6LO_CONTEXT ` && \ :option:`NET_IPV6 ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.ipv6:135`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/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 .. parsed-literal:: config NET_MAX_6LO_CONTEXTS int "Number of supported 6CO (6lowpan contexts options)" range 1 16 default 1 depends on \ :option:`NET_6LO_CONTEXT ` && \ :option:`NET_IPV6 ` && !\ :option:`NET_RAW_MODE ` && \ :option:`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.)*