mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/When_psram_is_enable_the_number_of_ooseq_is_not_limited_4.3' into 'release/v4.3'
optimize(lwip):when psram is enable the number of ooseq is not limited 4.3 See merge request espressif/esp-idf!27885
This commit is contained in:
commit
da75b64fe2
@ -545,7 +545,8 @@ menu "LWIP"
|
|||||||
int "The maximum number of pbufs queued on OOSEQ per pcb"
|
int "The maximum number of pbufs queued on OOSEQ per pcb"
|
||||||
depends on LWIP_TCP_QUEUE_OOSEQ
|
depends on LWIP_TCP_QUEUE_OOSEQ
|
||||||
range 0 12
|
range 0 12
|
||||||
default 4
|
default 4 if !SPIRAM_TRY_ALLOCATE_WIFI_LWIP
|
||||||
|
default 0 if SPIRAM_TRY_ALLOCATE_WIFI_LWIP
|
||||||
help
|
help
|
||||||
If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.
|
If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user