added comment

This commit is contained in:
Arvid Norberg 2010-10-07 01:05:53 +00:00
parent e72d95384b
commit 606796841f
1 changed files with 3 additions and 1 deletions

View File

@ -497,7 +497,9 @@ namespace libtorrent
std::vector<peer_entry> peer_list;
for (int i = 0; i < num_peers; ++i)
{
// TODO: don't use a string here
// TODO: don't use a string here. The problem is that
// some trackers will respond with actual strings.
// Especially i2p trackers
peer_entry e;
char ip_string[100];
unsigned int a = detail::read_uint8(buf);