aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api_proportional.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-11 16:17:20 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-11 16:17:20 +0000
commit8af9412585b17289e8fa5ca905eaa33415927dc3 (patch)
treef4cc0ed3a8b745a04832157a173a9eefc8f28e89 /src/ats/test_ats_api_proportional.conf
parent567ca9a20a7afe3573cb1c11ad89c116a0650fe7 (diff)
downloadgnunet-8af9412585b17289e8fa5ca905eaa33415927dc3.tar.gz
gnunet-8af9412585b17289e8fa5ca905eaa33415927dc3.zip
new testsuite, obsoleting (most of) the old one
Diffstat (limited to 'src/ats/test_ats_api_proportional.conf')
-rw-r--r--src/ats/test_ats_api_proportional.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ats/test_ats_api_proportional.conf b/src/ats/test_ats_api_proportional.conf
new file mode 100644
index 000000000..4f277e79f
--- /dev/null
+++ b/src/ats/test_ats_api_proportional.conf
@@ -0,0 +1,24 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2
3[PATHS]
4GNUNET_TEST_HOME = /tmp/test-ats-proportional/
5
6[ats]
7# Enable PROPORTIONAL mode (default: NO)
8MODE = proportional
9# Network specific inbound/outbound quotas
10# UNSPECIFIED
11UNSPECIFIED_QUOTA_IN = unlimited
12UNSPECIFIED_QUOTA_OUT = unlimited
13# LOOPBACK
14LOOPBACK_QUOTA_IN = unlimited
15LOOPBACK_QUOTA_OUT = unlimited
16# LAN
17LAN_QUOTA_IN = unlimited
18LAN_QUOTA_OUT = unlimited
19# WAN
20WAN_QUOTA_IN = 64 KiB
21WAN_QUOTA_OUT = 64 KiB
22# WLAN
23WLAN_QUOTA_IN = 4096
24WLAN_QUOTA_OUT = 4096