From 2967fdc72e86151d0e21675fd0ffba4f536cc6b5 Mon Sep 17 00:00:00 2001 From: dongheng Date: Wed, 28 Aug 2019 10:50:07 +0800 Subject: [PATCH] feat(lwip): enable TCP queue OOSEQ by default --- components/lwip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.