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

Comment(by arvid):

 I notice that you're using an HTTP proxy.

 I would expect the following:

 * http trackers would use the proxy
 * TCP bittorrent connections would use the proxy via CONNECT
 * uTP bittorrent connections would _not_ use the proxy (since it doesn't
 support UDP)
 * udp trackers would _not_ use the proxy
 * DHT would _not_ use the proxy.

 Is it possible that you see uTP traffic and expect it to go via the proxy?
 uTP support is new in 0.16.x.

 It's possible to disable uTP support by setting
 session_settings::enable_incoming_utp and
 session_settings::enable_outgoing_utp to false (I don't think this is
 exposed in Deluge though).

 Alternatively, you could use a SOCKS5 proxy instead, which does support
 UDP.

-- 
Ticket URL: <https://dev.deluge-torrent.org/ticket/2149#comment:17>
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