From e358f7561abc32004e801d9a1373736455f39a7f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 23 Aug 2013 12:25:39 +0000 Subject: quotas + partner evaluation --- src/ats/perf_ats_simplistic_bandwidth.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/ats/perf_ats_simplistic_bandwidth.conf') diff --git a/src/ats/perf_ats_simplistic_bandwidth.conf b/src/ats/perf_ats_simplistic_bandwidth.conf index 4d13e5444..95a0b5894 100644 --- a/src/ats/perf_ats_simplistic_bandwidth.conf +++ b/src/ats/perf_ats_simplistic_bandwidth.conf @@ -7,3 +7,21 @@ BROADCAST = NO [peerinfo] USE_INCLUDED_HELLOS = NO +# Network specific inbound/outbound quotas +UNSPECIFIED_QUOTA_IN = 128 KiB +UNSPECIFIED_QUOTA_OUT = 128 KiB +# LOOPBACK +LOOPBACK_QUOTA_IN = 128 KiB +LOOPBACK_QUOTA_OUT = 128 KiB +# LAN +LAN_QUOTA_IN = 128 KiB +LAN_QUOTA_OUT = 128 KiB +# WAN +WAN_QUOTA_IN = 128 KiB +WAN_QUOTA_OUT = 128 KiB +# WLAN +WLAN_QUOTA_IN = 128 KiB +WLAN_QUOTA_OUT = 128 KiB +# BLUETOOTH +BLUETOOTH_QUOTA_IN = 128 KiB +BLUETOOTH_QUOTA_OUT = 128 KiB \ No newline at end of file -- cgit v1.2.3