diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index b5ab8284..2ccbcc65 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -422,7 +422,7 @@ config TCP_RECVMBOX_SIZE config TCP_QUEUE_OOSEQ bool "Queue incoming out-of-order segments" - default n + default y help Queue incoming out-of-order segments for later use.