samedi 10 janvier 2015

Ttorrent connect to only one peer


Vote count:

0




I want to implement a simple Java BitTorrent Client Application and after searching the web, I found Ttorrent But It's download rate is very very slow(4-30 KB/Sec). Same torrent file in same machine with BitTorrent downloads at 1.1 MB/Sec! I found that Ttorrent connects only to ONE peer and It cause slow speed... I'm looking for a way to increase active peers in Ttorrent Or Maybe another Library. Here is My Code:



client = new Client(InetAddress.getLocalHost(), SharedTorrent.fromFile(saveFile, root));
client.setMaxDownloadRate(5000);
client.setMaxUploadRate(10);
client.download();
client.waitForCompletion();


asked 32 secs ago







Ttorrent connect to only one peer

Aucun commentaire:

Enregistrer un commentaire