The latest development version of this page may be more current than this released 1.14.1 version.
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.)

Kconfig definition

At subsys/shell/Kconfig.backends:198

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26subsys/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" if SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    default 100 if SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    depends on SHELL_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.)