From 9fa834922406a0ea6fc2db0376d09ff2b6b96978 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 26 Aug 2013 07:45:29 +0000 Subject: missing config file --- src/ats/perf_ats_proportional_bandwidth.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/ats/perf_ats_proportional_bandwidth.conf (limited to 'src/ats') 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 @@ +[hostlist] +SERVERS = + +[transport-udp] +BROADCAST = NO + +[peerinfo] +USE_INCLUDED_HELLOS = NO + +[ats] +# 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