summaryrefslogtreecommitdiff
path: root/TAO/tests/ClientPortSpan/README
blob: 92e9688881cd17402d4f0591d98199f950fd3c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**



@page ClientPortSpan Test README File

  Based on the Hello test client & server. Server pauses before returning to
  give all clients a chance to start.

  Test demonstrates that clients can be constrained to opening IIOP connections
  only on specific local side ports, and will fail if no ports in the range are
  available.

  To run the test use the run_test.pl script:

$ ./run_test.pl

  the script returns 0 if the test was successful.

*/