new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / template_cfg_peer2.conf
index 3706ffb25766ae6c86cb040f062d8510d7ab8dda..210ee51c50707bbe36928a7ad84fd2f64d91fcd1 100644 (file)
@@ -1,7 +1,6 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-tcp-p2/
-DEFAULTCONFIG = template_cfg_peer2.conf
 
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
@@ -17,6 +16,9 @@ TIMEOUT = 5 s
 [transport-udp]
 BROADCAST = NO
 
+[transport-unix]
+PORT = 12017
+
 [arm]
 PORT = 12014
 DEFAULTSERVICES = transport
@@ -36,11 +38,15 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 TRUST = $SERVICEHOME/data/credit/
 
 [transport]
-PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --leak-check=full
 PORT = 12010
 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 
 [ats]
 #DEBUG = YES
+WAN_QUOTA_IN = unlimited
+WAN_QUOTA_OUT = unlimited
 PORT = 12016
 UNIXPATH = /tmp/gnunet-p2-service-ats.sock
+
+