forked from premiere/premiere-libtorrent
send redundant have messages, otherwise super seeding breaks (broke test_swarm)
This commit is contained in:
parent
2fc7f2191f
commit
66ed31dd4b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue