summaryrefslogtreecommitdiff
path: root/src/ats-tests/template_perf_ats.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-10 08:54:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-10 08:54:30 +0000
commit7ff2687a523b15f9483bec521ebf7f89e0690e3a (patch)
treec6e05c1f3ce3cc8b94ab2141b084188ee02ad2ad /src/ats-tests/template_perf_ats.conf
parentf363035eff30aa7e28ce2f561b7d7fd89a19f97f (diff)
downloadgnunet-7ff2687a523b15f9483bec521ebf7f89e0690e3a.tar.gz
gnunet-7ff2687a523b15f9483bec521ebf7f89e0690e3a.zip
updated configuration files
Diffstat (limited to 'src/ats-tests/template_perf_ats.conf')
-rw-r--r--src/ats-tests/template_perf_ats.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ats-tests/template_perf_ats.conf b/src/ats-tests/template_perf_ats.conf
new file mode 100644
index 000000000..d83653d15
--- /dev/null
+++ b/src/ats-tests/template_perf_ats.conf
@@ -0,0 +1,28 @@
1[hostlist]
2SERVERS =
3
4[transport-udp]
5BROADCAST = NO
6
7[peerinfo]
8USE_INCLUDED_HELLOS = NO
9
10[ats]
11# Network specific inbound/outbound quotas
12UNSPECIFIED_QUOTA_IN = 128 KiB
13UNSPECIFIED_QUOTA_OUT = 128 KiB
14# LOOPBACK
15LOOPBACK_QUOTA_IN = 128 KiB
16LOOPBACK_QUOTA_OUT = 128 KiB
17# LAN
18LAN_QUOTA_IN = 128 KiB
19LAN_QUOTA_OUT = 128 KiB
20# WAN
21WAN_QUOTA_IN = 128 KiB
22WAN_QUOTA_OUT = 128 KiB
23# WLAN
24WLAN_QUOTA_IN = 128 KiB
25WLAN_QUOTA_OUT = 128 KiB
26# BLUETOOTH
27BLUETOOTH_QUOTA_IN = 128 KiB
28BLUETOOTH_QUOTA_OUT = 128 KiB \ No newline at end of file