how did this test ever work without assigning core handles?
[oweals/gnunet.git] / src / core / test_core_quota_peer2.conf
index bc64fee00f547b596e794e5be7e4dfaead4a5f44..6dec73acfd6255332e862bc62ece045205a6891d 100644 (file)
@@ -1,10 +1,6 @@
 @INLINE@ test_core_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/
-DEFAULTCONFIG = test_core_quota_peer2.conf
-
-[transport-tcp]
-PORT = 22478
 
 [arm]
 PORT = 22476
@@ -28,12 +24,32 @@ UNIXPATH = /tmp/gnunet-core-sym-p2-service-transport.sock
 
 [core]
 PORT = 22480
-TOTAL_QUOTA_IN = 10240
-TOTAL_QUOTA_OUT = 10240
 UNIXPATH = /tmp/gnunet-core-sym-p2-service-core.sock
-DEBUG = NO
 
 [ats]
 PORT = 22482
 UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock
+# UNSPECIFIED
+UNSPECIFIED_QUOTA_IN = 10240
+UNSPECIFIED_QUOTA_OUT = 10240
+# LOOPBACK
+LOOPBACK_QUOTA_IN = 10240
+LOOPBACK_QUOTA_OUT = 10240
+# LAN
+LAN_QUOTA_IN = 10240
+LAN_QUOTA_OUT = 10240
+# WAN
+WAN_QUOTA_IN = 10240
+WAN_QUOTA_OUT = 10240
+# WLAN
+WLAN_QUOTA_IN = 10240
+WLAN_QUOTA_OUT = 10240
+
+[transport-tcp]
+PORT = 22467
+
+[transport-unix]
+PORT = 22468
 
+[transport-http]
+PORT = 22469