bd7529ba by David LaPalomento

Make the on-load simulation more interesting

Add some bandwidth variation into the initial settings so the output demos some interesting behavior.
1 parent c6b4a49f
...@@ -55,12 +55,28 @@ ...@@ -55,12 +55,28 @@
55 <ol class=network-timeline> 55 <ol class=network-timeline>
56 <li> 56 <li>
57 <label> 57 <label>
58 After <input name=time0 class=time type=number value=0 min=0> seconds, 58 After <input name=time0 class=time type=number value=0 min=0> seconds,
59 </label> 59 </label>
60 <label> 60 <label>
61 the link capacity is <input name=bandwidth0 class=bandwidth type=number value=921600> bits per second 61 the link capacity is <input name=bandwidth0 class=bandwidth type=number value=921600> bits per second
62 </label> 62 </label>
63 </li> 63 </li>
64 <li>
65 <label>
66 After <input name=time1 class=time type=number value=150 min=0> seconds,
67 </label>
68 <label>
69 the link capacity is <input name=bandwidth1 class=bandwidth type=number value=450560> bits per second
70 </label>
71 </li>
72 <li>
73 <label>
74 After <input name=time2 class=time type=number value=600 min=0> seconds,
75 </label>
76 <label>
77 the link capacity is <input name=bandwidth2 class=bandwidth type=number value=1843200> bits per second
78 </label>
79 </li>
64 </ol> 80 </ol>
65 <p> 81 <p>
66 You can simulate more complex network conditions by 82 You can simulate more complex network conditions by
......