:orphan: .. title:: CONFIG_NET_L2_CANBUS_DAD_RETRIES .. kconfig:: CONFIG_NET_L2_CANBUS_DAD_RETRIES CONFIG_NET_L2_CANBUS_DAD_RETRIES ################################ *Number of DAD retries* Type: ``int`` Help ==== .. code-block:: none Number of retries for Duplicate Address Detection. Greater than one only makes sense for random link layer addresses. Direct dependencies =================== \ :kconfig:`NET_L2_CANBUS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== At ``/net/l2/canbus/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:79`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable CANBUS L2 layer [EXPERIMENTAL] .. code-block:: kconfig config NET_L2_CANBUS_DAD_RETRIES int "Number of DAD retries" default 5 depends on NET_L2_CANBUS && NETWORKING help Number of retries for Duplicate Address Detection. Greater than one only makes sense for random link layer addresses. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*