Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Optimized_Connection / README
blobf0caa5e334f0f5bf02a40826c14914a2b6cd0793
1 /**
5 @page Optimized_Connection Test README File
7         This is a test of the Optimized Connection Endpoint Selector.
8 The OC provides the means to set a connection timeout.
10         Instead of a server we use a invalid IOR. The hostname defined in
11 the IOR has to meet the following criteria:
12 * It needs to be invalid, else the connection isn't attempted.
13 * It respond to the connection request.
14 * Most popular web-sites meet this criteria.
16 Normally this will result in the client waiting for a TCP timeout. However
17 in this test we configure a 1300 milliseconds timeout.
19         If in future the IOR host starts responding(results in test failure),
20 please regenerate a valid one using the ../Hello/server.
22         To run the test use the run_test.pl script:
24 $ ./run_test.pl
26         the script returns 0 if the test was successful.