- Timestamp:
- 07/23/14 12:10:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/sqmctrl.cc
r17930 r17931 181 181 dummy::error, dummy::bytes_transferred)); 182 182 183 fInTimeout.expires_from_now(boost::posix_time::milliseconds(fTimeout* 2.5));183 fInTimeout.expires_from_now(boost::posix_time::milliseconds(fTimeout*1.5)); 184 184 fInTimeout.async_wait(boost::bind(&ConnectionSQM::HandleReadTimeout, 185 185 this, dummy::error));
Note:
See TracChangeset
for help on using the changeset viewer.