aboutsummaryrefslogtreecommitdiff
path: root/src/ats/experiments
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-07 18:13:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-07 18:13:06 +0000
commit2db5c20edc405bcaa25214be3d92cb5d1913974b (patch)
tree5cfa39d19a4fc3f4b218f543ec91726335125398 /src/ats/experiments
parentfadd7e8fcaf35436022bf5eafa35a0a5adb9776b (diff)
downloadgnunet-2db5c20edc405bcaa25214be3d92cb5d1913974b.tar.gz
gnunet-2db5c20edc405bcaa25214be3d92cb5d1913974b.zip
preference generation implemented
Diffstat (limited to 'src/ats/experiments')
-rw-r--r--src/ats/experiments/example.exp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ats/experiments/example.exp b/src/ats/experiments/example.exp
index 708ce353e..0b1d912fe 100644
--- a/src/ats/experiments/example.exp
+++ b/src/ats/experiments/example.exp
@@ -18,15 +18,15 @@ op-0-address = 0_0_udp
18op-0-plugin = udp 18op-0-plugin = udp
19 19
20op-1-operation = start_set_preference 20op-1-operation = start_set_preference
21op-1-address-id = 0 21op-1-address-id = 1
22op-1-peer-id = 0 22op-1-peer-id = 1
23# constant, linear, sinus, random 23# constant, linear, sinus, random
24op-1-gen-type = random 24op-1-gen-type = random
25op-1-base-rate= 10000 25op-1-base-rate= 10000
26op-1-max-rate = 10000 26op-1-max-rate = 10000
27op-1-frequency = 1 27op-1-frequency = 100 ms
28# BANDWIDTH, LATENCY 28# BANDWIDTH, LATENCY
29op-1-pref = LATENCY 29op-1-pref = BANDWIDTH
30 30
31op-2-operation = start_set_property 31op-2-operation = start_set_property
32op-2-address-id = 0 32op-2-address-id = 0
@@ -35,7 +35,7 @@ op-2-peer-id = 0
35op-2-gen-type = random 35op-2-gen-type = random
36op-2-base-rate= 10000 36op-2-base-rate= 10000
37op-2-max-rate = 10000 37op-2-max-rate = 10000
38op-2-frequency = 1 38op-2-frequency = 10
39# bandwidth, latency 39# bandwidth, latency
40# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN" 40# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN"
41op-2-property = UTILIZATION_UP 41op-2-property = UTILIZATION_UP
@@ -52,11 +52,11 @@ op-0-address = 0_0_udp
52op-0-plugin = udp 52op-0-plugin = udp
53 53
54op-1-operation = stop_set_preference 54op-1-operation = stop_set_preference
55op-1-address-id = 0 55op-1-address-id = 1
56op-1-peer-id = 0 56op-1-peer-id = 1
57op-1-pref = BANDWIDTH 57op-1-pref = BANDWIDTH
58 58
59op-2-operation = stop_set_property 59op-2-operation = stop_set_property
60op-2-address-id = 0 60op-2-address-id = 0
61op-2-peer-id = 0 61op-2-peer-id = 0
62#op-2-property = UTILIZATION_UP \ No newline at end of file 62op-2-property = UTILIZATION_UP \ No newline at end of file