2
0
Эх сурвалжийг харах

Temporarily shelve testnet/ -- will resurrect self-contained testnet later perhaps, but probably will not by the time next version ships. Was mostly for debugging multicast anyway and that is now quite stable.

Adam Ierymenko 10 жил өмнө
parent
commit
7576911951

+ 0 - 0
testnet/MTQ.hpp → attic/testnet/MTQ.hpp


+ 0 - 0
testnet/README.md → attic/testnet/README.md


+ 0 - 0
testnet/SimNet.cpp → attic/testnet/SimNet.cpp


+ 0 - 0
testnet/SimNet.hpp → attic/testnet/SimNet.hpp


+ 0 - 0
testnet/SimNetSocketManager.cpp → attic/testnet/SimNetSocketManager.cpp


+ 0 - 0
testnet/SimNetSocketManager.hpp → attic/testnet/SimNetSocketManager.hpp


+ 0 - 0
testnet/TestEthernetTap.cpp → attic/testnet/TestEthernetTap.cpp


+ 0 - 0
testnet/TestEthernetTap.hpp → attic/testnet/TestEthernetTap.hpp


+ 0 - 0
testnet/TestEthernetTapFactory.cpp → attic/testnet/TestEthernetTapFactory.cpp


+ 0 - 0
testnet/TestEthernetTapFactory.hpp → attic/testnet/TestEthernetTapFactory.hpp


+ 1 - 1
make-freebsd.mk

@@ -48,7 +48,7 @@ endif
 
 # "make debug" is a shortcut for this
 ifeq ($(ZT_DEBUG),1)
-#	DEFS+=-DZT_TRACE -DZT_LOG_STDOUT 
+	DEFS+=-DZT_TRACE 
 	CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
 	LDFLAGS=
 	STRIP=echo

+ 1 - 1
make-linux.mk

@@ -49,7 +49,7 @@ endif
 
 # "make debug" is a shortcut for this
 ifeq ($(ZT_DEBUG),1)
-#	DEFS+=-DZT_TRACE -DZT_LOG_STDOUT 
+	DEFS+=-DZT_TRACE 
 	CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
 	LDFLAGS=
 	STRIP=echo