6 #include "ace/Time_Value.h"
13 Client (int argc
, ACE_TCHAR
* argv
[]);
19 bool init (int argc
, ACE_TCHAR
* argv
[]);
20 bool parse_args (int argc
, ACE_TCHAR
* argv
[]);
22 enum Flushing_Strategy
34 Flushing_Strategy flush_strategy_
;
36 Test_var test_obj_none_timeout_
;
37 Test_var test_obj_eager_timeout_
;
38 Test_var test_obj_delayed_timeout_
;
39 Test_var test_obj_transport_timeout_
;
40 Test_var test_obj_server_timeout_
;
41 Test_var test_obj_target_timeout_
;
43 // flood up connection for 'tv' time.
44 // if tv is 0, remember to unsleep server.
45 bool flood_connection (ACE_Time_Value
& tv
);
46 bool unplug_transport ();
47 bool test_oneway_timeout (bool flood
);