upgraded core to 1.2.0

This commit is contained in:
Joseph Henry
2017-03-14 13:21:54 -07:00
parent e800e47a63
commit 695b8ecc55
383 changed files with 920 additions and 7840 deletions

7
zto/tcp-proxy/Makefile Normal file
View File

@@ -0,0 +1,7 @@
CXX=$(shell which clang++ g++ c++ 2>/dev/null | head -n 1)
all:
$(CXX) -O3 -fno-rtti -o tcp-proxy tcp-proxy.cpp
clean:
rm -f *.o tcp-proxy *.dSYM