From 606796841f82bd9c19a55c6e71c6042dbf53cfae Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 7 Oct 2010 01:05:53 +0000 Subject: [PATCH] added comment --- src/udp_tracker_connection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/udp_tracker_connection.cpp b/src/udp_tracker_connection.cpp index 918970c77..721bb258a 100644 --- a/src/udp_tracker_connection.cpp +++ b/src/udp_tracker_connection.cpp @@ -497,7 +497,9 @@ namespace libtorrent std::vector 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);