aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-26 07:45:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-26 07:45:29 +0000
commit9fa834922406a0ea6fc2db0376d09ff2b6b96978 (patch)
tree3a3014dadeaf164866313c76b311b2e4191fc3d7 /src/ats
parent0c1cae8b83245547b43344bec3dd383284026379 (diff)
downloadgnunet-9fa834922406a0ea6fc2db0376d09ff2b6b96978.tar.gz
gnunet-9fa834922406a0ea6fc2db0376d09ff2b6b96978.zip
missing config file
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/perf_ats_proportional_bandwidth.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ats/perf_ats_proportional_bandwidth.conf b/src/ats/perf_ats_proportional_bandwidth.conf
new file mode 100644
index 000000000..d83653d15
--- /dev/null
+++ b/src/ats/perf_ats_proportional_bandwidth.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