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.

Direct dependencies

SLIP

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/net/Kconfig:49

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:20

Menu path: (top menu) → Device Drivers → SLIP driver

config SLIP_MTU
    int
    prompt "SLIP MTU" if SLIP
    range 80 1500 if SLIP
    default 1500 if SLIP
    depends on SLIP
    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.)