optimize(lwip):when psram is enable the number of ooseq is not limited

pull/12852/head
Xue yun fei 2023-12-13 16:51:20 +08:00 zatwierdzone przez BOT
rodzic 3e22e0b750
commit 8da974aef4
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -686,7 +686,8 @@ menu "LWIP"
int "The maximum number of pbufs queued on OOSEQ per pcb"
depends on LWIP_TCP_QUEUE_OOSEQ
range 0 12
default 4
default 4 if !SPIRAM_TRY_ALLOCATE_WIFI_LWIP
default 0 if SPIRAM_TRY_ALLOCATE_WIFI_LWIP
help
If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.