jackpal / Taipei-Torrent

A(nother) Bittorrent client written in the go programming language
BSD 3-Clause "New" or "Revised" License
845 stars 123 forks source link

This project does not implement "rarest first" algorithm #112

Open liangmingyuanneo opened 8 years ago

liangmingyuanneo commented 8 years ago

I have read all the codes and drawn a mind map. I found that when choosing piece to request, TT has implemented the "Strict Priority", "Random first piece" and "Endgame mode", but it does not implement "Rarest first" algorithm. Am I right?