now sends ICMP_ECHO_REQUEST and recvs ICMP_ECHO_RESPONSE

This commit is contained in:
2025-03-31 08:31:09 -04:00
parent 67b0b77156
commit 5eb1c9bca2
3 changed files with 73 additions and 12 deletions

View File

@ -13,6 +13,9 @@
#include <errno.h>
#include <string.h>
#include <netinet/ip_icmp.h>
#include <poll.h>
#include <time.h>
#include <sys/time.h>
struct arguments {
char* args[1];