fixed ctrl+c not working instantly, fixed accidental double capture of icmp echo req on 0.0.0.0, fixed some error messages showing when not needed

This commit is contained in:
2025-05-13 07:05:23 -04:00
parent 469abf8839
commit 1985418471
2 changed files with 29 additions and 14 deletions

View File

@ -17,6 +17,8 @@
#include <poll.h>
#include <time.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
struct arguments {
char* args[1];