Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit ec4cb9a

Browse files
author
Adrian
committed
Add CONFIG_ASYNC_TCP_QUEUE_SIZE and CONFIG_ASYNC_TCP_STACK to Kconfig.projbuild
1 parent a53168f commit ec4cb9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Kconfig.projbuild

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ config ASYNC_TCP_USE_WDT
2727
help
2828
Enable WDT for the AsyncTCP task, so it will trigger if a handler is locking the thread.
2929

30+
config CONFIG_ASYNC_TCP_STACK
31+
int "Stack size for the AsyncTCP task"
32+
default 16384
33+
34+
config CONFIG_ASYNC_TCP_QUEUE_SIZE
35+
int "Events queue size"
36+
default 32
37+
3038
endmenu

0 commit comments

Comments
 (0)