- pausing, unpausing
[oweals/gnunet.git] / src / transport / template_cfg_peer1.conf
index 35007677f595b62043a532aa46404908b7786bfe..ab0c5b391ee57334284b7b432aea051f27be03a0 100644 (file)
@@ -3,9 +3,22 @@
 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
+
+[transport-unix]
+PORT = 12007
 
 [arm]
 PORT = 12005
@@ -25,10 +38,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 = unlimited
+WAN_QUOTA_OUT = unlimited
 PORT = 12006
-UNIXPATH = /tmp/gnunet-p1-service-ats.sock
\ No newline at end of file
+UNIXPATH = /tmp/gnunet-p1-service-ats.sock
+
+