aa938e4c3b4a10a3d51f4fb62a30765d67707a35
[oweals/gnunet.git] / src / ats / ats.conf.in
1 [ats]
2 AUTOSTART = @AUTOSTART@
3 @UNIXONLY@ PORT = 2098
4 HOSTNAME = localhost
5 BINARY = gnunet-service-ats
6 ACCEPT_FROM = 127.0.0.1;
7 ACCEPT_FROM6 = ::1;
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-ats.sock
9 UNIX_MATCH_UID = YES
10 UNIX_MATCH_GID = YES
11
12 # Designated assignment mode: PROPORTIONAL / MLP / RIL
13 MODE = PROPORTIONAL
14
15 # Network specific inbound/outbound quotas
16 UNSPECIFIED_QUOTA_IN = 64 KiB
17 UNSPECIFIED_QUOTA_OUT = 64 KiB
18 # LOOPBACK
19 LOOPBACK_QUOTA_IN = unlimited
20 LOOPBACK_QUOTA_OUT = unlimited
21 # LAN
22 LAN_QUOTA_IN = unlimited
23 LAN_QUOTA_OUT = unlimited
24 # WAN
25 WAN_QUOTA_IN = 64 KiB
26 WAN_QUOTA_OUT = 64 KiB
27 # WLAN
28 WLAN_QUOTA_IN = 1 MiB
29 WLAN_QUOTA_OUT = 1 MiB
30 # BLUETOOTH
31 BLUETOOTH_QUOTA_IN = 128 KiB
32 BLUETOOTH_QUOTA_OUT = 128 KiB
33 # ATS options
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 
39 PROP_PROPORTIONALITY_FACTOR = 4
40
41 # MLP specific settings
42 # MLP defaults
43
44 # Maximum duration for a solution process
45 # MLP_MAX_DURATION = 3 s
46
47 # Maximum number of iterations for a solution process
48 # MLP_MAX_ITERATIONS = 1024
49 # MLP_COEFFICIENT_D = 1.0
50 # MLP_COEFFICIENT_U = 1.0
51 # MLP_COEFFICIENT_R = 1.0
52 # MLP_MIN_BANDWIDTH = 1024
53 # MLP_MIN_CONNECTIONS = 4
54
55 # MLP Log settings
56 # Dump all problems to disk
57 # MLP_DUMP_PROBLEM_ALL = YES
58 # Dump all solution to disk
59 # MLP_DUMP_SOLUTION_ALL = YES
60 # Print GLPK output
61 # MLP_GLPK_VERBOSE = YES
62
63 # Dump all problems to disk
64 MLP_DUMP_PROBLEM_ON_FAIL = YES
65 # Dump all solution to disk
66 MLP_DUMP_SOLUTION_ON_FAIL = YES
67
68 # RIL specifc settings
69 RIL_STEP_TIME_MIN = 500 ms
70 RIL_STEP_TIME_MAX = 1000 ms
71
72 RIL_ALGORITHM = Q
73 RIL_DISCOUNT_BETA = 0.7
74 RIL_GRADIENT_STEP_SIZE = 0.3
75 RIL_TRACE_DECAY = 0.2
76 RIL_EXPLORE_RATIO = 0.1
77 RIL_GLOBAL_REWARD_SHARE = 1