esp-idf/components/lwip
David Cermak 7b91343ca7 lwip: Fix ping socket create to allow for fd=0
0 is a valid socket description, so should be accepted after we create a
socket. In IDF, though, it's just a theoretical issue, as customers have
to configure:
* FD_SETSIZE = CONFIG_LWIP_MAX_SOCKETS (from makefiles)
* CONFIG_VFS_SUPPORT_IO = n (from menuconfig)

(this configuration is currently broken, but if we adjust the IDF here
and there we could reproduce the issue)
2021-10-26 08:19:26 +02:00
..
apps lwip: Fix ping socket create to allow for fd=0 2021-10-26 08:19:26 +02:00
include/apps dhcpserver: support cplusplus 2021-09-08 15:52:12 +08:00
lwip@2749568fe1 add function for deinit lwip timers 2021-10-13 15:49:47 +08:00
port/esp32 lwip/dhcp: add configure for enable vendor class identify option 2021-10-22 11:17:59 +08:00
test lwip: Add ping test case (moved from eth component) 2021-09-22 15:22:18 +02:00
test_afl_host freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
weekend_test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
CMakeLists.txt esp_netif: Add CONFIG_LWIP_DHCPS to sperate the code 2021-06-24 09:49:45 +08:00
component.mk esp_netif: Add CONFIG_LWIP_DHCPS to sperate the code 2021-06-24 09:49:45 +08:00
Kconfig lwip/dhcp: add configure for enable vendor class identify option 2021-10-22 11:17:59 +08:00
linker.lf lwip: fix multiple section mapping 2021-03-01 14:19:34 +08:00
sdkconfig.rename Rename Kconfig options (components/lwip) 2019-05-21 09:09:01 +02:00