CONFIG_NET_PPP_MTU_MRU

PPP MTU and MRU

Type: int

Help

This options sets MTU and MRU for PPP link.

Direct dependencies

NET_PPP

(Includes any dependencies from ifs and menus.)

Default

  • 1500

Kconfig definition

At <Zephyr>/drivers/net/Kconfig:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:22

Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver

config NET_PPP_MTU_MRU
    int "PPP MTU and MRU"
    default 1500
    depends on NET_PPP
    help
      This options sets MTU and MRU for PPP link.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)