Show
Ignore:
Timestamp:
04/23/06 12:17:48 (3 years ago)
Author:
madcat
Message:

Multi-tracker support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/bt/client.cpp

    r2889 r2913  
    106106 
    107107        m_socket->setHandler(this, &Client::onSocketEvent); 
    108         m_socket->connect(addr, 5000); 
     108        m_socket->connect(addr, 30000); 
    109109        Utils::timedCallback(boost::bind(&Client::sendPing, this), 2*60*1000); 
    110110}