:orphan: .. title:: CONFIG_WEBSOCKET_MAX_CONTEXTS .. kconfig:: CONFIG_WEBSOCKET_MAX_CONTEXTS CONFIG_WEBSOCKET_MAX_CONTEXTS ############################# *Max number of websockets to allocate* Type: ``int`` Help ==== .. code-block:: none How many Websockets can be created in the system. Direct dependencies =================== \ :kconfig:`WEBSOCKET_CLIENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/net/lib/websocket/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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] .. code-block:: kconfig config WEBSOCKET_MAX_CONTEXTS int "Max number of websockets to allocate" default 1 depends on WEBSOCKET_CLIENT && NETWORKING help How many Websockets can be created in the system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*