arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data type inconsistency for tracker tiers

thalieht opened this issue · comments

libtorrent version (or branch):
Current master (8e53eba)

std::vector<int> tracker_tiers;

do you think it's worthwhile to support more than 255 tiers?

do you think it's worthwhile to support more than 255 tiers?

Personally, I don't like such artificial restrictions. Given the fact that it might be convenient for some user to assign a separate tier to each tracker, then I would keep their maximum number the same.