1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/py-kenosis-bittorrent/pkg-descr
Mario Sergio Fujikawa Ferreira 9407d5affe - After repo copy from py-bittorrent
o Update to Kenosis version 0.92 enabled BitTorrent version
  based on the official BitTorrent client version 3.4.2
o Add PKGMESSAGE with instructions specific to the FreeBSD installation
o Update DESCR

PR:		76200
Repo copied by:	portmgr (marcus)
2005-01-15 01:53:57 +00:00

24 lines
981 B
Plaintext

[ excerpt from developer's web site ]
This is Kenosis-enabled BitTorrent. Using Kenosis, we've eliminated
the tracker as a central point of failure for BitTorrent downloads.
Kenosis-enabled BitTorrent is 100% backwards compatible with existing
BitTorrent clients.
Kenosis-BitTorrent uses torrent files which specify a tracker of
the form http://hash.bt.kenosisp2p.org, where "hash" is the hash
of the original file.
Kenosis-BitTorrent downloaders will notice that this is a kenosis
url and use kenosis to find the tracker that is handling this torrent
file. Standard BitTorrent downloaders try to resolve hash.bt.kenosisp2p.org
as normal. Our dns server will look up the hash in kenosis and
return to the client the ip address of the kenosis node that is
tracking that file. If that tracker becomes unreachable, subsequent
lookups for that hash will switch automatically to the next available
Kenosis-enabled tracker.
WWW: http://kenosis.sourceforge.net/
-- lioux@FreeBSD.org