Changes between Version 1 and Version 2 of Ticket #2149, comment 29


Ignore:
Timestamp:
01/30/2017 10:59:52 AM (7 years ago)
Author:
Cas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2149, comment 29

    v1 v2  
    1 Ok I think I see the issue, since 0.16 libtorrent has only one proxy setting and the old way that Deluge sets the proxy settings using `peer`, `web` etc when applied are overwriting the previous values so if `dht` is empty that is likely to be the last item set which would clear the values.  
     1Ok I think I see the issue, since libtorrent 0.16 there is only one proxy setting and the old way that Deluge sets the proxy settings using `peer`, `web` etc when applied are overwriting the previous values so if `dht` is empty that is likely to be the last item set which would clear the values.  
    22 
    33The workaround for now is to set all the proxies `peer`, `web`, `tracker`, `dht` to the same values. 
     
    66 
    77libtorrent issue: https://github.com/arvidn/libtorrent/issues/1646 
     8 
     91.3-stable fix: [8565eccb3de9]