Example usage for client command: go run cmd/speedtest -host 127.0.0.1:20333 -t 5s
This will connect to the server on 127.0.0.1:20333 and start a 5 second download speedtest.
Example usage for server command: go run cmd/speedtest -s -host :20333
This will start a speedtest server on port 20333.