the DHT now refreshes buckets properly.

This commit is contained in:
Arvid Norberg
2007-05-12 01:52:25 +00:00
parent 9ffde51404
commit 9f902e7b9f
12 changed files with 517 additions and 462 deletions

View File

@@ -1544,6 +1544,7 @@ namespace libtorrent { namespace detail
s.dht_nodes = 0;
s.dht_node_cache = 0;
s.dht_torrents = 0;
s.dht_global_nodes = 0;
}
#endif