Re: [libtorrent] force_reannounce() doesn't seem to do anything
Brought to you by:
arvidn
|
From: Murray S. K. <sup...@gm...> - 2017-09-14 13:34:38
|
On Thu, Sep 14, 2017 at 5:45 AM, sledgehammer999 < sle...@qb...> wrote: > The docs about force_reannounce() state this: > > force_reannounce() will force this torrent to do another tracker request, > to receive new peers. The seconds argument specifies how many seconds from > now to issue the tracker announces. > > *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. > > Yes, I read this. If the min_interval (which appears to be a tracker parameter, not something in libtorrent) is 30s, then I would expect to see the reannounces happen within 30s. My application gave up after ten times that period, hence my question. -MSK |