diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 16f07d63..0006c006 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -440,7 +440,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.