* Added test with large RTT
* Make RTT test for variable filesize
* Cleanup, don't log to new file
* Run RTT test with multiple RTT's (for only 500kB file)
The new QUIC proxy allows to listen on “:0”, which allows us to get rid
of all “address already in use” errors. The constructor now takes an
Opts struct, which makes configuring it easier.