fixed bug where event=completed would not be sent if it violated the min-interval
This commit is contained in:
@@ -1452,7 +1452,7 @@ namespace libtorrent
|
||||
|
||||
if (ae.tier > tier && !settings().announce_to_all_tiers) break;
|
||||
if (ae.is_working()) { tier = ae.tier; sent_announce = false; }
|
||||
if (!ae.can_announce(now))
|
||||
if (!ae.can_announce(now, is_seed()))
|
||||
{
|
||||
if (ae.is_working())
|
||||
{
|
||||
|
Reference in New Issue
Block a user