diff --git a/net/tcp/Kconfig b/net/tcp/Kconfig index 5574454fe0b..734379daa7b 100644 --- a/net/tcp/Kconfig +++ b/net/tcp/Kconfig @@ -299,7 +299,7 @@ endif # NET_TCP_WRITE_BUFFERS config NET_TCPBACKLOG bool "TCP/IP backlog support" - default n + default y ---help--- Incoming connections pend in a backlog until accept() is called. The size of the backlog is selected when listen() is called.