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:
@ -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];
|
||||
|
Reference in New Issue
Block a user