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

View file

@ -1,5 +1,6 @@
CC=clang
CFLAGS=-g -Wall -DDEBUG
CFLAGS=-g -Wall
LDFLAGS=-lpthread
.PHONY: clean all