-
CONFIG_TELNET_CONSOLE_SEND_THRESHOLD
¶
Telnet console line send threshold
Type: int
Help¶
This option can be used to modify the minimal amount of a line buffer that can be sent by the telnet server when nothing has happened for a little while (see TELNET_CONSOLE_SEND_TIMEOUT) and when the line buffer did not meet the line feed yet.
Defaults¶
- 5 if
TELNET_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig.telnet:59
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/console/Kconfig:305
Menu path: (top menu) → Device Drivers → Console drivers → Enable a super basic telnet console service
config TELNET_CONSOLE_SEND_THRESHOLD int prompt "Telnet console line send threshold" ifTELNET_CONSOLE
&&CONSOLE
default 5 ifTELNET_CONSOLE
&&CONSOLE
depends onTELNET_CONSOLE
&&CONSOLE
help This option can be used to modify the minimal amount of a line buffer that can be sent by the telnet server when nothing has happened for a little while (see TELNET_CONSOLE_SEND_TIMEOUT) and when the line buffer did not meet the line feed yet.
(Definitions include propagated dependencies, including from if’s and menus.)