CONFIG_ISOTP_WFTMAX
WFTmax (Max WAIT frames before aborting).
Type: int
Help
This value defines the maximum number of WAIT frames before the transmission
is aborted.
Default
10
Kconfig definition
At <Zephyr>/subsys/canbus/isotp/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:11
→ <Zephyr>/subsys/canbus/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL]
config ISOTP_WFTMAX
int "WFTmax (Max WAIT frames before aborting)."
range 0 254
default 10
depends on ISOTP
help
This value defines the maximum number of WAIT frames before the transmission
is aborted.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)