Search found 9 matches

by str77
Sat Oct 31, 2020 6:50 pm
Forum: Development
Topic: Is this project abandoned?
Replies: 11
Views: 48834

Re: Is this project abandoned?

mhertz wrote:Still a manpower/volunteer issue I think.
Is it possible to add the tag 2.0.4 in the current github master branch? This will at least create the release tarball.
Does this require additional work?
by str77
Sat Oct 31, 2020 10:19 am
Forum: Development
Topic: Is this project abandoned?
Replies: 11
Views: 48834

Re: Is this project abandoned?

There's plenty of useful bug correction after 2.0.3. One of which avoids a startup crash...
It would really be useful to release an official 2.0.4 to include those.
Some downstream clients rely on github tarballs to upgrade, please consider it.
by str77
Sun Oct 25, 2020 3:23 pm
Forum: Development
Topic: Is this project abandoned?
Replies: 11
Views: 48834

Re: Is this project abandoned?

I'd enjoy having already merged bugs released... Example: https://forum.deluge-torrent.org/viewtopic.php?f=8&t=55767 My theory: the other great open source contender based on libtorrent rasterbar, qBitTorrent, is getting so good now, that everybody's loosing interest in deluge. It's a shame beca...
by str77
Sun Aug 30, 2020 8:09 pm
Forum: Development
Topic: possible to create package 2.0.4 now?
Replies: 0
Views: 20405

possible to create package 2.0.4 now?

Hello, is it possible to create package 2.0.4 with just the changes already on the develop branch? The bug I need is already corrected https://github.com/SynoCommunity/spksrc/pull/4153 I need that to upgrade the syno community package for deluge https://github.com/SynoCommunity/spksrc/pull/4153 But ...
by str77
Thu Aug 20, 2020 8:56 am
Forum: Development
Topic: Multi-homing support
Replies: 7
Views: 20364

Re: Multi-homing support

I just re-read the docs https://www.libtorrent.org/reference-Settings.html
All is fine:
- listen_interfaces is used for both in/out uTP and tracker, and for incoming TCP
- outgoing_interfaces is used only for outgoing TCP

Both parameters need to be consistent to muti-home properly.
by str77
Thu Aug 20, 2020 8:34 am
Forum: Development
Topic: Multi-homing support
Replies: 7
Views: 20364

Re: Multi-homing support

Thank you. I will test a bit more with the outgoing interface stuff. In principle I know how it works, because stuff like squid, dnsmasq, and the like need this to properly multi-home in some situations. However from the lib torrent documentation, Arvid writes that it's only used for outgoing TCP co...
by str77
Thu Aug 20, 2020 7:18 am
Forum: Development
Topic: Multi-homing support
Replies: 7
Views: 20364

Re: Multi-homing support

I contributed a PR with a change doing this with the regular deluge network options:
https://github.com/deluge-torrent/deluge/pull/300

I don't think there's a ticket for that yet, so if you can provide it will be much appreciated.
by str77
Mon Aug 17, 2020 8:12 pm
Forum: Development
Topic: Multi-homing support
Replies: 7
Views: 20364

Re: Multi-homing support

Thanks, I will test along your suggestions regarding the interface names. For the moment I'm stuck with version 1.3.14, for which this don't work. When I manage to get 2.0.x to run correctly, I will test it. Regarding LT config I think that the listen_interfaces libtorrent parameter is not managed: ...
by str77
Mon Aug 17, 2020 7:36 pm
Forum: Development
Topic: Multi-homing support
Replies: 7
Views: 20364

Multi-homing support

Hello, I run deluge on a linux "big storage" box with several ipv4 addresses. Deluge listen interface is set to one of the box local ipv4, e.g. 10.3.14.15 My internet router has VPN connections, and I route the deluge box through the VPN via ipv4 10.3.14.15. This works fine, all deluge tra...