net: tcp2: Double main stack size to fix QEMU crash

QEMU running TCP2 echo crashes upon start. This patch doubles main stack
size to fix the crash.

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
Ruslan Mstoi 2020-01-17 16:52:16 +02:00 committed by Jukka Rissanen
commit aa53024fdc

View file

@ -3,6 +3,7 @@
CONFIG_NET_TCP=y
CONFIG_NET_TCP2=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_NET_TX_STACK_SIZE=8192
CONFIG_NET_RX_STACK_SIZE=8192