increased the number of peers returned from the DHT
This commit is contained in:
parent
e1080a81c6
commit
e11f5265bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue