ats_ril: - removed some redundantly saved plugin environment attributes
[oweals/gnunet.git] / src / ats / test_ats_api.conf
index ab96f655e74981a8551fddf3ded832faf91f43bd..5601a1227e8b4435fd90886098d50acac7fe5b04 100644 (file)
@@ -3,12 +3,11 @@ SERVICEHOME = /tmp/test-ats-api-scheduling/
 
 [arm]
 PORT = 12001
-DEFAULTSERVICES = ats
+DEFAULTSERVICES =
 UNIXPATH = /tmp/test-ats-scheduling-arm.sock
 
 [ats]
-#DEBUG = YES
-#PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --leak-check=full --track-origins=yes --num-callers=25
 AUTOSTART = YES
 PORT = 12002
 HOSTNAME = localhost
@@ -21,8 +20,12 @@ UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
 # Enable MLP mode (default: NO)
-MLP = NO
+MODE = PROPORTIONAL
+#MODE = MLP
 # Network specific inbound/outbound quotas
+# UNSPECIFIED
+UNSPECIFIED_QUOTA_IN = 64 KiB
+UNSPECIFIED_QUOTA_OUT = 64 KiB
 # LOOPBACK
 LOOPBACK_QUOTA_IN = unlimited
 LOOPBACK_QUOTA_OUT = unlimited
@@ -33,8 +36,8 @@ LAN_QUOTA_OUT = unlimited
 WAN_QUOTA_IN = 64 KiB
 WAN_QUOTA_OUT = 64 KiB
 # WLAN
-WLAN_QUOTA_IN = 1 MiB
-WLAN_QUOTA_OUT = 1 MiB
+WLAN_QUOTA_IN = 512
+WLAN_QUOTA_OUT = 512
 
 # ATS extended options
 DUMP_MLP = NO