The PR by DjLegolas: https://github.com/deluge-torrent/deluge/pull/289,
which changes if tracker errors should be shown or not in UIs based on if
lt-1.1.x or lt-1.2.x, could be extended with this extra functionality i'm
thinking.
Btw, libtorrent supports interface names on windows for both
listen_interfaces and outgoing_interfaces, but just specifically needs be
GUIDs on windows(upper-cased in curly-brackets), but this cannot be
configured in deluge's UIs or CLI arg's, as only supports max 15 chars(not
enough for even one GUID) and checks done on allowed chars etc(e.g.
'['isn't allowed, which is needed with GUIDs etc). Also, multiple
IPs/interfaces are allowed in libtorrent, comma seperated, so would be
nice to support that too(commas aren't supported in deluge currently, plus
that 15 chars limit).
Thanks in advance.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3417>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by mhertz):
Sorry, made mistake above, and there's not supported to edit content
annoyingly. Anyway, I meant GUIDs should be in curly-brazes, not brackets,
and that deluge doesn't support e.g. curly-brazes etc. Just wanted to
highlight that and sorry for being to quick writing/posting ticket
originally. Thanks in advance.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3417#comment:1>
Comment (by mhertz):
Strangelovian posted a PR related to this, with support for multiple
interfaces: https://github.com/deluge-torrent/deluge/pull/300
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3417#comment:2>