3 udp_test sends UDP packets and records round-trip latency. The client
4 records the latencies and provides nice summary statistics. The server
5 simply echos packets back to the client.
12 % ./udp_test -t -n 1000 <server host>
14 The -n option specifies the number of samples (packets to send).
15 Other command line options are available: ./udp_test -? to