aboutsummaryrefslogtreecommitdiff
path: root/results/paper.sh
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-08-24 15:41:17 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-08-24 15:41:17 +0200
commit9bbae8a423f1c18a0781206892c90eead8f9cc0b (patch)
tree2dba8bf3035b6e2dffb479ce2f4d6a633d68821b /results/paper.sh
parent63721827238c41c0fc7d047068230e154513ed02 (diff)
Debug retransmission
Diffstat (limited to 'results/paper.sh')
-rwxr-xr-xresults/paper.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/results/paper.sh b/results/paper.sh
index 50fb126..5e8a4f8 100755
--- a/results/paper.sh
+++ b/results/paper.sh
@@ -42,7 +42,7 @@ seed=0
simtime=86400 # One day
wakeupevery=3600
wakeupfor=60
-n_nodes=13
+n_nodes=13 # First node will be the sender so n_receivers=n_nodes-1
extended="false"
hint="false"
poff=0
@@ -53,13 +53,12 @@ datasize=1000000 # 1Mb
hintsize=8 # Integer
hintdist=10800 # Hint distance while using farhint
latency=0 # in Seconds
-shutdown_on_rcv="true"
-unschedule_on_rcv="true"
-farhint="true"
+shutdown_on_rcv="false"
+unschedule_on_rcv="false"
+farhint="false"
bitrate="100kbps"
-
run-scenarios() {
# Configure number of seed per scenarios
nseed=200