towards fixing #3363: replacing old iteration API with new monitoring API for core...
[oweals/gnunet.git] / src / core / test_core_quota_peer1.conf
index 43ef8450503028c51d055598089b591155163c66..b96e7fefd087f0580080e4b2eaf1fd5d8a3d4bcb 100644 (file)
@@ -1,38 +1,57 @@
 @INLINE@ test_core_defaults.conf
 [PATHS]
-SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/
+GNUNET_TEST_HOME = /tmp/test-gnunet-core-quota-sym-peer-1/
 
 [transport-tcp]
 PORT = 12468
 
 [arm]
 PORT = 12476
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-arm.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-arm.sock
 
 [statistics]
 PORT = 12477
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-statistics.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-statistics.sock
 
 [resolver]
 PORT = 12474
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-resolver.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-resolver.sock
 
 [peerinfo]
 PORT = 12479
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-peerinfo.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-peerinfo.sock
 
 [transport]
 PORT = 12475
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-transport.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-transport.sock
 
 [ats]
+PORT = 12471
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-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
 
 [core]
 PORT = 12480
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-core.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-core.sock
 
 [ats]
 PORT = 12481
-UNIXPATH = /tmp/gnunet-core-sym-p1-service-ats.sock
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-core-sym-p1-service-ats.sock
+
+[transport-udp]
+PORT = 12482
+