Commit 41f305c4 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

udp: switch out outlier udp data point

parent 35f1671c
...@@ -10,8 +10,8 @@ if len(sys.argv) != 2: ...@@ -10,8 +10,8 @@ if len(sys.argv) != 2:
basedir = sys.argv[1] + '/' basedir = sys.argv[1] + '/'
# FIXME: dropped 140 because it looks off # FIXME: dropped 120 because it looks off
types_of_bw = [0, 20, 40, 60, 80, 100, 120, 200, 500, 800, 1000] types_of_bw = [0, 20, 40, 60, 80, 100, 140, 200, 500, 800, 1000]
for bw in types_of_bw: for bw in types_of_bw:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment