I want to run multiple clients locally, each with different amounts of lag.
Achieved by specifying the client's local port number when binding socket, and setting up a pf
rule based on local port. (all connecting to renet's default port of 5000)
This is for Mac OS, but something similar would be possible on linux.
#!/bin/bash -ex