aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-06 15:50:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-06 15:50:20 +0000
commit6e198fdbfa22da72fadcae22b8797af76696b78a (patch)
treec5f5ff123a8670df80a7a286879f7e710aefe843 /src/ats/ats.conf.in
parent4e1baae59f18ee5d7cd47afe28ced3daaaa5a5ad (diff)
downloadgnunet-6e198fdbfa22da72fadcae22b8797af76696b78a.tar.gz
gnunet-6e198fdbfa22da72fadcae22b8797af76696b78a.zip
- refine preference calculcations to reflect all clients
- refining bandwidth distribution in a network - adding a configurable factor to better respect preferences
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 50de81bbe..aa938e4c3 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -32,6 +32,11 @@ BLUETOOTH_QUOTA_IN = 128 KiB
32BLUETOOTH_QUOTA_OUT = 128 KiB 32BLUETOOTH_QUOTA_OUT = 128 KiB
33# ATS options 33# ATS options
34 34
35# Proportional specific settings
36# How proportional to preferences is bandwidth distribution in a network
37# 1: Fair with respect to addresses without preferences
38# > 1: The bigger, the more respect is payed to preferences
39PROP_PROPORTIONALITY_FACTOR = 4
35 40
36# MLP specific settings 41# MLP specific settings
37# MLP defaults 42# MLP defaults