summaryrefslogtreecommitdiff
path: root/tests/mobility_eth0_latency_1s1r/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mobility_eth0_latency_1s1r/simulator.py')
-rwxr-xr-xtests/mobility_eth0_latency_1s1r/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mobility_eth0_latency_1s1r/simulator.py b/tests/mobility_eth0_latency_1s1r/simulator.py
index b03c5bc..455a1cb 100755
--- a/tests/mobility_eth0_latency_1s1r/simulator.py
+++ b/tests/mobility_eth0_latency_1s1r/simulator.py
@@ -14,7 +14,7 @@ import numpy as np
# - Bandwidth = BW
# - Latency = L
# |-------------------+------------+----------------+----------------------+--------------------------+-------------------------|
-# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communcation ends at(s) |
+# | Simulated time(s) | Latency(s) | Bandwidth(bps) | Remaining data (bit) | Communcation duration(s) | Communication ends at(s) |
# |-------------------+------------+----------------+----------------------+--------------------------+-------------------------|
# | 0 | 0 | 8 | 8 | 1 | 1 |
# | 0.5 | 0.5 | 8 | C/U*D = 4 | R/I * L + R/BW = 0.75 | 1.25 |