clarified documentation of force_reannounce

This commit is contained in:
Arvid Norberg 2011-08-07 18:50:41 +00:00
parent 9a22b1bf6d
commit d12c97e495
1 changed files with 4 additions and 0 deletions

View File

@ -2580,6 +2580,10 @@ force_reannounce() force_dht_announce()
peers. The second overload of ``force_reannounce`` that takes a ``time_duration`` as
argument will schedule a reannounce in that amount of time from now.
If the tracker's ``min_interval`` has not passed since the last announce, the forced
announce will be scheduled to happen immediately as the ``min_interval`` expires. This is
to honor trackers minimum re-announce interval settings.
``force_dht_announce`` will announce the torrent to the DHT immediately.
scrape_tracker()