Multithreaded call to redirect_traffic

This commit is contained in:
Dimitri Lozeve 2016-06-03 16:46:56 +02:00
parent bf9ad1a030
commit a46a804df4
3 changed files with 17 additions and 1 deletions

1
arp.h
View file

@ -7,6 +7,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <pthread.h>
#include <arpa/inet.h>
#include <sys/socket.h>