Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nelsocs on github.
  • I am chrisnelson (https://keybase.io/chrisnelson) on keybase.
  • I have a public key whose fingerprint is 384D 15C3 1343 6272 CC67 125A 2DD0 FC29 A487 1233

To claim this, I am signing this object:

#!/bin/bash
MIN_LAG=25
MAX_LAG=50
(( LAG_RANGE = MAX_LAG - MIN_LAG ))
TIME=600 # total test time (in seconds)
INTERVAL=0.1 # time in between changes in latency (in seconds)
STEPS=6000 # TIME / INTERVAL