-
CONFIG_NET_L2_PPP_OPTION_MRU_NEG
¶
Negotiate MRU option if needed
Type: bool
Help¶
Try to negotiate with peer for MRU (MTU) for the link.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/l2/ppp/Kconfig:59
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:78
→ subsys/net/l2/Kconfig:71
Menu path: (Top) → Networking → Link layer and IP networking support → Link layer options → Enable point-to-point (PPP) support [EXPERIMENTAL]
config NET_L2_PPP_OPTION_MRU_NEG bool "Negotiate MRU option if needed" depends onNET_L2_PPP
&&NETWORKING
help Try to negotiate with peer for MRU (MTU) for the link.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)