The latest development version of this page may be more current than this released 2.7.5 version.

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

NET_SOCKETS_CAN && NET_SOCKETS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At subsys/net/lib/sockets/Kconfig:185

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/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]

config NET_SOCKETS_CAN_RECEIVERS
    int "How many simultaneous SocketCAN receivers are allowed"
    default 1
    depends on NET_SOCKETS_CAN && NET_SOCKETS && 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.)