now sends ICMP_ECHO_REQUEST and recvs ICMP_ECHO_RESPONSE
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user