mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
The ping socket creation method is changed from SOCK_DGRAM to SOCK_RAW, because SOCK_DGRAM may not have permission in some environments (e.g. Docker). Also add checksum calculation when send, and perform IP header processing when receive. Signed-off-by: daichuan <daichuan@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| icmp_ping.c | ||
| icmpv6_ping.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||