Changeset 2913 for hydranode/hncore/bt/client.cpp
- Timestamp:
- 04/23/06 12:17:48 (3 years ago)
- Files:
-
- hydranode/hncore/bt/client.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/bt/client.cpp
r2889 r2913 106 106 107 107 m_socket->setHandler(this, &Client::onSocketEvent); 108 m_socket->connect(addr, 5000);108 m_socket->connect(addr, 30000); 109 109 Utils::timedCallback(boost::bind(&Client::sendPing, this), 2*60*1000); 110 110 }
