ttorrent icon indicating copy to clipboard operation
ttorrent copied to clipboard

BitTorrent Java library with tracker and download client

Results 71 ttorrent issues
Sort by recently updated
recently updated
newest added

I tried using ttorrent to download a large file(~1GB), and found that the connection was timing out, and assumed that ttorrent wasn't working. I then tried a torrent with a...

I am using the ttorrent library to distribute a file from a "controller" machine to a bunch of "worker" machines and I have recently discovered that I a building up...

In core/src/main/java/com/turn/ttorrent/client/peer/PeerExchange.java, the loop at line 321 can only response to change of variable 'stop' after read return. ``` while (!stop && buffer.hasRemaining()) { this.read(selector, buffer); } ``` But the...

client

Although ttorrent is great (thanks everyone for the contribution), I am experiencing slow downloads. I don't know if it's anything I'm not doing right or it is just ttorrent itself....

feature-request

Does ttorrent support [private trackers - BEP27](http://www.bittorrent.org/beps/bep_0027.html) at all? Looking for potential ways of limiting access to torrents based on application level security/authentication checking...

I'm looking at a use case very similar to Turn's original use case, except that my datacenter has Raspberry Pi hosts at a total cost of a few hundred bucks,...

I'm finding I often get this error while I'm downloading a torrent: ``` java.lang.IllegalStateException: Trying to download a piece while previous download not completed! at com.turn.ttorrent.client.peer.SharingPeer.downloadPiece(SharingPeer.java:356) [torrenttunes-client.jar:na] at com.turn.ttorrent.client.SharedTorrent.handlePeerReady(SharedTorrent.java:704) [torrenttunes-client.jar:na]...

I'm downloading a 300MB torrent, and am finding its performance very slow(or non-existent) when compared to libtorrent(deluge). It seems ttorrent doesn't search for peers(or can't connect to them after a...