Random BitTorrent work

BEP 32: IPv6 extensions to the BitTorrent DHT

We are currently working on extending the BitTorrent (Mainline) DHT to work over IPv6. The current draft is available as BEP 32:

There are currently three implementations of BEP-32:

There's a bunch of bootstrap nodes available; please see this forum posting for more information.

BitTorrent DHT

I am the author of the DHT used by the Transmission and Hekate BitTorrent implementations.

README, CHANGES.

You may get the last version by doing

git clone git://git.wifi.pps.jussieu.fr/dht

or from the GitHub mirror.

Released versions are in my download area (and also in Transmission itself).

BitTorrent DHT bootstrap node

README, CHANGES.

You may get the last version by doing

git clone git://git.wifi.pps.jussieu.fr/dht-bootstrap

or

git clone git clone git://git.wifi.pps.jussieu.fr/dht-bootstrap

Released versions are in my download area

Minor extensions to the DHT

Minor extensions to the BitTorrent DHT.

µTP support for Transmission

I am the author of the µTP support in Transmission. This has been merged into the Transmission trunk, and is enabled by default.

On a related note, see this note about tweaking TCP's congestion control algorithm.

Hekate

Hekate is a highly concurrent BitTorrent seeder.

Back to my software page.