mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-17 19:51:03 +08:00
telnet: Configure the telnet session stack to be the same as nsh
Using the default 3K stack size will result in insufficient stack when executing certain commands. Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
parent
524eb0880f
commit
e9b457fca1
@ -40,6 +40,6 @@ config SYSTEM_TELNETD_SESSION_PRIORITY
|
|||||||
|
|
||||||
config SYSTEM_TELNETD_SESSION_STACKSIZE
|
config SYSTEM_TELNETD_SESSION_STACKSIZE
|
||||||
int "Telnetd session task stack size"
|
int "Telnetd session task stack size"
|
||||||
default 3072
|
default SYSTEM_NSH_STACKSIZE
|
||||||
|
|
||||||
endif # SYSTEM_TELNETD
|
endif # SYSTEM_TELNETD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user