esp-idf/components/lwip
Rodrigo Silva 48295d31ca change: bump max sockets in lwip Kconfig
Tested under ESP32S3, running 50 tasks, each with a client, and a server
listening to one client, totalizing 150 sockets/files open, forwarding
data from PPP to Ethernet and vice versa.
Reasoning for 255 total sockets/files is VFS local_fd_t being a uint8_t.
Since FD_SETSIZE is defined at tool level, a CMakeLists user definition
is needed in cases above 64 (the default value).

Merges https://github.com/espressif/esp-idf/pull/13866
2024-06-28 21:19:47 +08:00
..
apps fix(lwip): fixed the dhcp pool error on dhcp server 2024-05-27 14:51:00 +08:00
include feat(esp_netif): add support for DHCP Option 114 captive portal URI 2024-05-02 22:50:09 +08:00
lwip@aa4f6e780f fix(lwip): Cleanup freertos port to use more readable checks 2024-06-20 08:57:25 +02:00
port fix(lwip): Cleanup freertos port to use more readable checks 2024-06-20 08:57:25 +02:00
test_apps ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
CMakeLists.txt fix(lwip): Cleanup lwip -> ethernet dependencies 2024-06-20 17:00:19 +02:00
Kconfig change: bump max sockets in lwip Kconfig 2024-06-28 21:19:47 +08:00
linker.lf fix(vfs/uart): add UART VFS select callback in IRAM 2023-11-08 11:34:22 +01:00
sdkconfig.rename lwip: Fix minor lwip dependency issue 2022-01-14 16:41:38 +01:00