Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / ACE / performance-tests / UDP / README
blob8872481200f12d4dfcc82549d1f0d26b475ec5b5
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.
7 To run:
8   1) On server host:
9      % ./udp_test -r
11   2) On client host:
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
16 list them.