Opened 10 months ago
Last modified 8 months ago
#3415 new bug
In/out interface binding issue.
Reported by: | mhertz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Unknown | Version: | 2.0.0 |
Keywords: | Cc: |
Description
Libtorrent supports both interface or IP for both settings, and on windows, interface names specifically need be GUIDs in uppercase and in curly-braces, however not possible to apply in deluge's GTK-UI because both fields limited to 15 chars.
If instead using deluged's command-line options '-i' and '-o', for in/out binds of interface/IP, then if GUID used, then is added stripped to 15 chars(-o) or just not added(-i).
The names and help text in GTK-UI are also strange, as both relevant libtorrent options supports both IPs and interface names(GUIDs on windows as said).
Thanks in advance.
Change History (2)
comment:1 Changed 8 months ago by mhertz
comment:2 Changed 8 months ago by mhertz
Sorry, double-post.
Strangelovian just posted PR for fixing related issue I.e supporting multiple interfaces: https://github.com/deluge-torrent/deluge/pull/300