feat(lwip): enable TCP queue OOSEQ by default

This commit is contained in:
dongheng
2019-08-28 10:50:07 +08:00
parent 4c737da712
commit 2967fdc72e

View File

@ -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.