send redundant have messages, otherwise super seeding breaks (broke test_swarm)

This commit is contained in:
Arvid Norberg 2012-04-26 16:37:45 +00:00
parent 2fc7f2191f
commit 66ed31dd4b
1 changed files with 1 additions and 1 deletions

View File

@ -1124,7 +1124,7 @@ namespace libtorrent
, peer_connect_timeout(15)
, ignore_limits_on_local_network(true)
, connection_speed(6)
, send_redundant_have(false)
, send_redundant_have(true)
, lazy_bitfields(true)
, inactivity_timeout(600)
, unchoke_interval(15)