anacrolix / torrent

Full-featured BitTorrent client package and utilities
Mozilla Public License 2.0
5.51k stars 622 forks source link

Conform to spec for BEP 12 Multitracker Metadata Extension #790

Open anacrolix opened 1 year ago

anacrolix commented 1 year ago

https://www.bittorrent.org/beps/bep_0012.html

This will allow load-balancing between trackers that share peer information, within tiers. It's some of the oldest code in the repo, and could take intelligently handle Client rate-limiting per URL and other things if done correctly.