From aa53024fdcf5be0d553017068ee22f12727ff220 Mon Sep 17 00:00:00 2001 From: Ruslan Mstoi Date: Fri, 17 Jan 2020 16:52:16 +0200 Subject: [PATCH] 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 --- samples/net/sockets/echo/overlay-tcp2.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/sockets/echo/overlay-tcp2.conf b/samples/net/sockets/echo/overlay-tcp2.conf index 6a4881d9368..444883675e0 100644 --- a/samples/net/sockets/echo/overlay-tcp2.conf +++ b/samples/net/sockets/echo/overlay-tcp2.conf @@ -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