:orphan: .. title:: NET_SOCKETS_CAN_RECEIVERS .. option:: CONFIG_NET_SOCKETS_CAN_RECEIVERS *How many simultaneous SocketCAN receivers are allowed* Type: ``int`` Help ==== The value tells how many sockets can receive data from same Socket-CAN interface. Direct dependencies =================== \ :option:`NET_SOCKETS_CAN ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:178`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:30`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API → Enable socket CAN support [EXPERIMENTAL] .. parsed-literal:: config NET_SOCKETS_CAN_RECEIVERS int "How many simultaneous SocketCAN receivers are allowed" default 1 depends on \ :option:`NET_SOCKETS_CAN ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` help The value tells how many sockets can receive data from same Socket-CAN interface. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*