mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(lwip): enable TCP queue OOSEQ by default
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user