increased the number of peers returned from the DHT

This commit is contained in:
Arvid Norberg 2009-10-26 22:44:49 +00:00
parent e1080a81c6
commit e11f5265bd
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ namespace libtorrent
struct dht_settings
{
dht_settings()
: max_peers_reply(50)
: max_peers_reply(100)
, search_branching(5)
, service_port(0)
, max_fail_count(20)