protoperf is a tool to measure the throughput of a network connection, very similar to iperf but with support for UDT.
To run protoperf as a server:
$ protoperf -s
To run a client and send 100M to a server running on localhost:
$ protoperf -c localhost -n 100M
TODO