how did this test ever work without assigning core handles?
[oweals/gnunet.git] / src / core / test_core_quota_peer2.conf
index 1fd4ec82b15b2f2ccbbc0c19469ef1193ed4d96d..6dec73acfd6255332e862bc62ece045205a6891d 100644 (file)
@@ -1,7 +1,6 @@
 @INLINE@ test_core_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/
-DEFAULTCONFIG = test_core_quota_peer2.conf
 
 [arm]
 PORT = 22476
@@ -26,13 +25,25 @@ UNIXPATH = /tmp/gnunet-core-sym-p2-service-transport.sock
 [core]
 PORT = 22480
 UNIXPATH = /tmp/gnunet-core-sym-p2-service-core.sock
-DEBUG = NO
 
 [ats]
 PORT = 22482
 UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock
-WAN_QUOTA_IN = 10 kiB
-WAN_QUOTA_OUT = 10 kiB
+# 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
@@ -41,4 +52,4 @@ PORT = 22467
 PORT = 22468
 
 [transport-http]
-PORT = 22469
\ No newline at end of file
+PORT = 22469