-
CONFIG_SLIP_MTU
¶
SLIP MTU
Type: int
Help¶
This option sets the MTU for the SLIP connection. The value is only used when fragmenting the network data into net_buf’s. The actual SLIP connection does not use this value.
Kconfig definition¶
At drivers/net/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:20
Menu path: (top menu) → Device Drivers → SLIP driver
config SLIP_MTU int prompt "SLIP MTU" ifSLIP
range 80 1500 ifSLIP
default 1500 ifSLIP
depends onSLIP
help This option sets the MTU for the SLIP connection. The value is only used when fragmenting the network data into net_buf's. The actual SLIP connection does not use this value.
(Definitions include propagated dependencies, including from if’s and menus.)