#2149: deluge ignoring proxy settings
----------------------+-----------------------------------------------------
 Reporter:  rm        |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  critical  |   Milestone:  1.3.6
Component:  core      |     Version:  1.3.5
 Keywords:  proxy     |  
----------------------+-----------------------------------------------------

Comment(by arvid):

 The proxy settings did change in libtorrent 0.16. There is now only a
 single proxy setting and the previous ones just forward to that one
 setting.

 The reason why they were coalesced was that introducing uTP (which are
 peers over UDP), along with DHT (also over UDP) and UDP trackers. It
 didn't make much sense in ever separating by peer/not peer. It doesn't
 make sense to announce to the DHT or a UDP tracker via the proxy, and then
 not accept peer connections over the proxy.

 There is a risk that if deluge is setting the proxy settings, and then
 setting some other proxy setting to nothing, that last one overrides the
 first ones. One of the assumptions in the backwards-compatibility logic
 was that you wouldn't overwrite a proxy setting with something you didn't
 want set.

 It's possible something went wrong in the python binding as well. I'll
 take a look at that.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2149#comment:10>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to deluge-dev@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to