-makefile for new test_stream_local (commented)
[oweals/gnunet.git] / src / transport / template_cfg_peer2.conf
index 0c1f89cc272f3f3c18f958e7684de7b3eb1a9ee7..0a0e74af951404e5657b9c3ede3bcac8e0de2e13 100644 (file)
@@ -3,9 +3,19 @@
 SERVICEHOME = /tmp/test-transport/api-tcp-p2/
 DEFAULTCONFIG = template_cfg_peer2.conf
 
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[nat]
+RETURN_LOCAL_ADDRESSES = YES
+DISABLEV6 = NO
+
 [transport-tcp]
 PORT = 12100
-TIMEOUT = 5000
+TIMEOUT = 5 s
+
+[transport-udp]
+BROADCAST = NO
 
 [arm]
 PORT = 12014
@@ -26,13 +36,15 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 TRUST = $SERVICEHOME/data/credit/
 
 [transport]
+#PREFIX = valgrind --leak-check=full
 PORT = 12010
 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 
 [ats]
 #DEBUG = YES
+WAN_QUOTA_IN = 1 GB
+WAN_QUOTA_OUT = 1 GB
 PORT = 12016
 UNIXPATH = /tmp/gnunet-p2-service-ats.sock
 
-[nat]
-RETURN_LOCAL_ADDRESSES = YES
\ No newline at end of file
+