-
CONFIG_SHELL_TELNET_SEND_TIMEOUT
¶
Telnet line send timeout
Type: int
Help¶
This option can be used to modify the duration of the timer that kick in when a line buffer is not empty but did not yet meet the line feed.
Direct dependencies¶
SHELL_BACKEND_TELNET
&& SHELL_BACKENDS
&& SHELL
(Includes any dependencies from if’s and menus.)
Defaults¶
- 100 if
SHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
Kconfig definition¶
At subsys/shell/Kconfig.backends:198
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
→ subsys/shell/Kconfig:23
Menu path: (top menu) → Shell Options → Enable shell → Enable shell backends
config SHELL_TELNET_SEND_TIMEOUT int prompt "Telnet line send timeout" ifSHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
default 100 ifSHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
depends onSHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
help This option can be used to modify the duration of the timer that kick in when a line buffer is not empty but did not yet meet the line feed.
(Definitions include propagated dependencies, including from if’s and menus.)