Java BitTorrent client optimized for fast download performance Maintained by:alepulver@FreeBSD.org Port Added: 03 May 2007 23:12:38 Also Listed In:java
BitTyrant is a new, protocol compatible BitTorrent client that is optimized
for fast download performance. BitTyrant is:
* Fast: During evaluation testing on more than 100 real BitTorrent swarms,
BitTyrant provided an average 70% download performance increase when
compared to the existing Azureus 2.5 implementation, with some downloads
finishing more than three times as quickly.
* Fair: BitTorrent was designed with incentives in mind: if a user is
downloading at 30 KBps, they should upload at 30 KBps. However, due to the
unique workload properties of many real-world swarms, this is not always
enforced. BitTyrant is designed to make efficient use of your scarce upload
bandwidth, rewarding those users whose upload allocations are fair and only
allocating excess capacity to other users.
* Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the
most popular BitTorrent client. All of our changes are under the hood.
You'll find the GUI identical to Azureus, with optional additions to display
statistics relevant to BitTyrant's operation.
To install the port:cd /usr/ports/net-p2p/bittyrant/ && make install clean To add the package:pkg_add -r bittyrant
Configuration Options
===> The following configuration options are available for bittyrant-1.1_2:
SWTDEVEL=on (default) "Use SWT Development port"
===> Use 'make config' to modify these settings
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
BitTyrant is a new, protocol compatible BitTorrent client that is optimized
for fast download performance. BitTyrant is:
* Fast: During evaluation testing on more than 100 real BitTorrent swarms,
BitTyrant provided an average 70% download performance increase when
compared to the existing Azureus 2.5 implementation, with some downloads
finishing more than three times as quickly.
* Fair: BitTorrent was designed with incentives in mind: if a user is
downloading at 30 KBps, they should upload at 30 KBps. However, due to the
unique workload properties of many real-world swarms, this is not always
enforced. BitTyrant is designed to make efficient use of your scarce upload
bandwidth, rewarding those users whose upload allocations are fair and only
allocating excess capacity to other users.
* Familiar: BitTyrant is based on modifications to Azureus 2.5, currently the
most popular BitTorrent client. All of our changes are under the hood.
You'll find the GUI identical to Azureus, with optional additions to display
statistics relevant to BitTyrant's operation.