esp-idf/components/lwip/apps/ping
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
..
esp_ping.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
ping_sock.c lwip: Fix ping socket create to allow for fd=0 2021-10-26 08:19:26 +02:00
ping.c lwip:add feature for ipv6 ping 2020-10-22 15:01:59 +08:00