-makefile for new test_stream_local (commented)
[oweals/gnunet.git] / src / transport / template_cfg_peer1.conf
index b76613513ac44cb599f698db2188d5f9a9ae6705..ba05e9357bef4a6f9be0c9965e75cb9b616139fa 100644 (file)
@@ -3,9 +3,19 @@
 SERVICEHOME = /tmp/test-transport/api-tcp-p1/
 DEFAULTCONFIG = template_cfg_peer1.conf
 
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+DISABLEV6 = NO
+
 [transport-tcp]
 PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
+
+[transport-udp]
+BROADCAST = NO
 
 [arm]
 PORT = 12005
@@ -25,13 +35,16 @@ PORT = 12002
 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 
 [transport]
+#PREFIX = valgrind --leak-check=full
 PORT = 12001
+#DEBUG = YES
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 
 [ats]
 #DEBUG = YES
+WAN_QUOTA_IN = 1 GB
+WAN_QUOTA_OUT = 1 GB
 PORT = 12006
 UNIXPATH = /tmp/gnunet-p1-service-ats.sock
 
-[nat]
-RETURN_LOCAL_ADDRESSES = YES
\ No newline at end of file
+