mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Support for Proxy? #124

Closed darkfrog26 closed 8 years ago

darkfrog26 commented 9 years ago

I can't seem to find any information on whether this API provides support for proxied torrent connections?

c-riddell commented 9 years ago

Nope

Ttorrent makes use of Java NIO socket connections, which do not support non HTTP proxies (As UDP is used, a SOCKS proxy would be required).

You could try implementing this at the OS level