Page 1 of 1

it is a bug about use proxy?

Posted: Wed Jan 20, 2010 4:25 pm
by smmsms
deluge1.20 win32, socks5 proxy is the 3proxy's socks.exe
set dht proxy 127.0.0.1 1080
then dht node number always 0. disable dht proxy, work fine. try utorrent and proxy, work fine.

run socketsniff to captrue socks.exe, got some packets:
1. deluge send "05 01 00" to proxy
2. proxy respond "05 00"
3. deluge send request "05 01 00 01 8B 9D 40 00 A5 00"
4. proxy get a unknown error
read rfc1928, "05 01 00 01 8B 9D 40 00 A5 00" mean "connect 139.157.64.0:42240",here 139.157.64.0 is a wrong ip-addr. try utorrent, it would be "05 01 00 01 43 D7 E9 82 00 50", is 67.215.233.130:80 and work fine.

it is a bug?