merged DHT config fromRC_0_16

This commit is contained in:
Arvid Norberg 2013-01-14 02:42:44 +00:00
parent c87d26635b
commit 903efa1a9f
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ namespace libtorrent { namespace dht
m_timer.expires_from_now(seconds(1), ec);
m_timer.async_wait(boost::bind(&dht_tracker::tick, self(), _1));
m_connection_timer.expires_from_now(seconds(10), ec);
m_connection_timer.expires_from_now(seconds(1), ec);
m_connection_timer.async_wait(
boost::bind(&dht_tracker::connection_timeout, self(), _1));