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
......@@ -61,6 +61,22 @@
the link capacity is <input name=bandwidth0 class=bandwidth type=number value=921600> bits per second
</label>
</li>
<li>
<label>
After <input name=time1 class=time type=number value=150 min=0> seconds,
</label>
<label>
the link capacity is <input name=bandwidth1 class=bandwidth type=number value=450560> bits per second
</label>
</li>
<li>
<label>
After <input name=time2 class=time type=number value=600 min=0> seconds,
</label>
<label>
the link capacity is <input name=bandwidth2 class=bandwidth type=number value=1843200> bits per second
</label>
</li>
</ol>
<p>
You can simulate more complex network conditions by
......