Show number of peers received from trackers.

This commit is contained in:
Jari Sundell
2011-11-29 00:38:44 +09:00
parent a40b2132fb
commit 5a2a2e8a68
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -68,6 +68,7 @@ initialize_command_tracker() {
CMD2_TRACKER ("t.latest_event", std::bind(&torrent::Tracker::latest_event, std::placeholders::_1));
CMD2_TRACKER ("t.latest_new_peers", std::bind(&torrent::Tracker::latest_new_peers, std::placeholders::_1));
CMD2_TRACKER ("t.latest_sum_peers", std::bind(&torrent::Tracker::latest_sum_peers, std::placeholders::_1));
// Time since last connection, connection attempt.