Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / performance-tests / TCP / README
blob464807da5a29bb94f188bfd04b474f7e1d82377a
3 udp_test sends TCP messages 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      % ./tcp_test -s
11   2) On client host:
12      % ./tcp_test -i 10000 <server host>
14 The -i option specifies the number of samples (packets to send).
15 Other command line options are available:  ./tcp_test -? to
16 list them.