--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2257>
Deluge <http://deluge-torrent.org/>
Deluge project
Comment(by Chionsas):
It seems that {{{active_dht_limit}}}, {{{active_tracker_limit}}} and
{{{active_lsd_limit}}} are new features of libtorrent 0.16. Prior to this
version (0.15 and below), only active_limit existed. Thereore, it's not a
bug of deluge per se, as deluge oficially only supports libtorrent 0.14
and 0.15.
Furthermore, it's now clear that libtorrent 0.16.0 to 0.16.3 has an
{{{active_tracker_limit}}} of 360 and in versions 0.16.4 to 0.16.6 it's
increased to 1600.
The patch attached (default values of -1) effectively removes these new
limits, making libtorrent function as it was with before with only
active_limit. It is not clear if this has any performance implications.
Running it on my own box with 1000+ torrents, no performance issues were
observed.
It was talked about in IRC that new code that ''gazpachoking'' is working
on should expose these new variables to the GUI. So we could use sane
values for defaults instead of -1, as the user will be able to change them
easily, along with {{{active_limit}}}.
I'm now attaching a patch for the '''master branch'''. The only difference
between patches is that the Python code in master does not require to
explicitly call {{{register_set_function()}}} parameter setters. It's all
done automatically in {{{do_config_set_func}}}, which is a good thing :)
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2257#comment:1>
* milestone: 1.3.6 => 1.4.0
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2257#comment:2>
Comment (by Cas):
You can use the [http://forum.deluge-torrent.org/viewtopic.php?f=9&t=42887
lt config plugin] to change this setting in meantime.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2257#comment:3>
Comment (by keretamalam):
I am about to leave and cannot look into this further right now, but I do
want to mention that relying on pkg-config itself is not a problem (as you
said, we also use it later), the problem is that on some systems, the .pc
file for pkg-config is supplying wrong information (whereas on yours, it's
botan-config that is wrong), so that's why I'm trying to make it work with
both (while one of them is bad).
[http://maskodoq.blogspot.com/2014/03/unit-link-terbaik-di-indonesia.html
Unit Link Terbaik di Indonesia Commonwealth Life Investra Link]
[http://maskodoq.blogspot.com/2013/07/CiptoJunaedy.html Cipto Junaedy]
[http://etnisjawa.blogspot.com/2013/08/apakah-cipto-junaedy-bohong.html
Cipto Junaedy]
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2257#comment:4>
* cc: mvseqt2twu@… (added)
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/2257#comment:5>
Deluge <http://deluge-torrent.org/>
Deluge Project