initial support for torrent tag store in DHT

This commit is contained in:
Arvid Norberg
2009-09-27 03:38:41 +00:00
parent 1017a716ef
commit f36688a364
13 changed files with 502 additions and 63 deletions

View File

@@ -8,6 +8,7 @@ test_programs = \
test_hasher \
test_http_connection \
test_ip_filter \
test_dht \
test_lsd \
test_metadata_extension \
test_natpmp \
@@ -40,6 +41,7 @@ libtest_la_SOURCES = main.cpp setup_transfer.cpp
test_auto_unchoke_SOURCES = test_auto_unchoke.cpp
test_bandwidth_limiter_SOURCES = test_bandwidth_limiter.cpp
test_bdecode_performance_SOURCES = test_bdecode_performance.cpp
test_dht_SOURCES = test_dht.cpp
test_bencoding_SOURCES = test_bencoding.cpp
test_buffer_SOURCES = test_buffer.cpp
test_fast_extension_SOURCES = test_fast_extension.cpp