:orphan: .. title:: CONFIG_SHELL_TELNET_SEND_TIMEOUT .. kconfig:: CONFIG_SHELL_TELNET_SEND_TIMEOUT CONFIG_SHELL_TELNET_SEND_TIMEOUT ################################ *Telnet line send timeout* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SHELL_BACKEND_TELNET ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/shell/Kconfig.backends:225`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend. .. code-block:: kconfig config SHELL_TELNET_SEND_TIMEOUT int "Telnet line send timeout" default 100 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*