added comment

This commit is contained in:
Arvid Norberg 2014-09-28 02:23:25 +00:00
parent 154cbeb5cf
commit 40b4c6b91f
1 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,9 @@ namespace libtorrent
void trim();
};
// TODO: 3 this type should be different from the one used by torrent. It
// should not include internal state.
// the web_seed_entry holds information about a web seed (also known
// as URL seed or HTTP seed). It is essentially a URL with some state
// associated with it. For more information, see `BEP 17`_ and `BEP 19`_.