aboutsummaryrefslogtreecommitdiff
path: root/src/ats/experiments
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-11 11:50:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-11 11:50:56 +0000
commit7daab7b7f8478178fe230a816ac590e4f46fc83a (patch)
tree0f0b9e2b6b84af12612e350d5b6c561fbb8784c6 /src/ats/experiments
parent57562efaac37da015040ba5ade24afb549c67023 (diff)
downloadgnunet-7daab7b7f8478178fe230a816ac590e4f46fc83a.tar.gz
gnunet-7daab7b7f8478178fe230a816ac590e4f46fc83a.zip
property enforcement
Diffstat (limited to 'src/ats/experiments')
-rw-r--r--src/ats/experiments/example.exp34
1 files changed, 18 insertions, 16 deletions
diff --git a/src/ats/experiments/example.exp b/src/ats/experiments/example.exp
index 1edd83cfd..bfedcf262 100644
--- a/src/ats/experiments/example.exp
+++ b/src/ats/experiments/example.exp
@@ -29,20 +29,22 @@ op-0-plugin = udp
29# BANDWIDTH, LATENCY 29# BANDWIDTH, LATENCY
30#op-1-pref = BANDWIDTH 30#op-1-pref = BANDWIDTH
31 31
32#op-1-operation = start_set_property 32op-1-operation = start_request
33#op-1-address-id = 0 33op-1-peer-id = 0
34#op-1-peer-id = 0 34
35
36op-2-operation = start_set_property
37op-2-address-id = 0
38op-2-peer-id = 0
35# constant, linear, sinus, random 39# constant, linear, sinus, random
36#op-1-gen-type = random 40op-2-gen-type = constant
37#op-1-base-rate= 10000 41op-2-base-rate= 10000
38#op-1-max-rate = 100000 42op-2-max-rate = 100000
39#op-1-frequency = 100 ms 43op-2-frequency = 500 ms
40# bandwidth, latency 44# bandwidth, latency
41# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN" 45# "TERMINATOR", "UTILIZATION_UP", "UTILIZATION_DOWN", "UTILIZATION_PAYLOAD_UP", "UTILIZATION_PAYLOAD_DOWN", "NETWORK_TYPE", "DELAY", "DISTANCE", "COST_WAN", "COST_LAN", "COST_WLAN"
42#op-1-property = UTILIZATION_UP 46op-2-property = UTILIZATION_UP
43 47
44op-1-operation = start_request
45op-1-peer-id = 0
46 48
47[episode-1] 49[episode-1]
48duration = 2 s 50duration = 2 s
@@ -60,10 +62,10 @@ op-1-address-id = 1
60op-1-peer-id = 1 62op-1-peer-id = 1
61op-1-pref = BANDWIDTH 63op-1-pref = BANDWIDTH
62 64
63#op-2-operation = stop_set_property 65op-2-operation = stop_set_property
64#op-2-address-id = 0 66op-2-address-id = 0
65#op-2-peer-id = 0 67op-2-peer-id = 0
66#op-2-property = UTILIZATION_UP 68op-2-property = UTILIZATION_UP
67 69
68op-2-operation = stop_request 70op-3-operation = stop_request
69op-2-peer-id = 0 \ No newline at end of file 71op-3-peer-id = 0 \ No newline at end of file