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:
26 the script returns 0 if the test was successful.