:orphan: .. title:: WEBSOCKET_MAX_CONTEXTS .. option:: CONFIG_WEBSOCKET_MAX_CONTEXTS *Max number of websockets to allocate* Type: ``int`` Help ==== How many Websockets can be created in the system. Direct dependencies =================== \ :option:`WEBSOCKET_CLIENT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/websocket/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:16`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → Websocket client support [EXPERIMENTAL] .. parsed-literal:: config WEBSOCKET_MAX_CONTEXTS int "Max number of websockets to allocate" default 1 depends on \ :option:`WEBSOCKET_CLIENT ` && \ :option:`NETWORKING ` help How many Websockets can be created in the system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*