diff --git a/docs/building.html b/docs/building.html index ae57338d7..923bacbcf 100644 --- a/docs/building.html +++ b/docs/building.html @@ -3,7 +3,7 @@ - + libtorrent manual @@ -291,7 +291,7 @@ libraries. -dht-support +dht +statistics + + +

The variant feature is implicit, which means you don't need to specify diff --git a/docs/client_test.html b/docs/client_test.html index debf477eb..e284688e7 100644 --- a/docs/client_test.html +++ b/docs/client_test.html @@ -3,7 +3,7 @@ - + client_test example program diff --git a/docs/contributing.html b/docs/contributing.html index f8a327dea..e43c9ccee 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -3,7 +3,7 @@ - + libtorrent manual diff --git a/docs/dht_extensions.html b/docs/dht_extensions.html index 54c425a58..b17e798d4 100644 --- a/docs/dht_extensions.html +++ b/docs/dht_extensions.html @@ -3,7 +3,7 @@ - + diff --git a/docs/dht_rss.html b/docs/dht_rss.html index 24808db20..b65d2ebce 100644 --- a/docs/dht_rss.html +++ b/docs/dht_rss.html @@ -3,7 +3,7 @@ - + BitTorrent extension for DHT RSS feeds diff --git a/docs/dht_sec.html b/docs/dht_sec.html index 7ab212532..39dae9a92 100644 --- a/docs/dht_sec.html +++ b/docs/dht_sec.html @@ -3,7 +3,7 @@ - + BitTorrent DHT security extension diff --git a/docs/dht_store.html b/docs/dht_store.html index 66b946a09..9f209e6bb 100644 --- a/docs/dht_store.html +++ b/docs/dht_store.html @@ -3,7 +3,7 @@ - + BitTorrent extension for arbitrary DHT store diff --git a/docs/examples.html b/docs/examples.html index 59c22de8d..617d8d981 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -3,7 +3,7 @@ - + libtorrent Examples diff --git a/docs/extension_protocol.html b/docs/extension_protocol.html index ca592bc19..afa43972f 100644 --- a/docs/extension_protocol.html +++ b/docs/extension_protocol.html @@ -3,7 +3,7 @@ - + diff --git a/docs/features.html b/docs/features.html index d9b033068..f733f9eed 100644 --- a/docs/features.html +++ b/docs/features.html @@ -3,7 +3,7 @@ - + libtorrent manual diff --git a/docs/index.html b/docs/index.html index 08b813d9e..10b2cb2f6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - + diff --git a/docs/libtorrent_plugins.html b/docs/libtorrent_plugins.html index 78f414023..b6ad8e58f 100644 --- a/docs/libtorrent_plugins.html +++ b/docs/libtorrent_plugins.html @@ -3,7 +3,7 @@ - + diff --git a/docs/make_torrent.html b/docs/make_torrent.html index f62d0a2ca..c5cc0e6ed 100644 --- a/docs/make_torrent.html +++ b/docs/make_torrent.html @@ -3,7 +3,7 @@ - + creating torrents diff --git a/docs/manual.html b/docs/manual.html index 8987dfa93..cd07adfdf 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -464,11 +464,11 @@ struct add_torrent_params sha1_hash info_hash; std::string name; std::string save_path; - std::vector<char>* resume_data; + std::vector<char> resume_data; storage_mode_t storage_mode; storage_constructor_type storage; void* userdata; - std::vector<boost::uint8_t> const* file_priorities; + std::vector<boost::uint8_t> file_priorities; std::string trackerid; std::string url; std::string uuid; @@ -5043,9 +5043,9 @@ quite unthrottled.

dht_upload_rate_limit sets the rate limit on the DHT. This is specified in bytes per second and defaults to 4000. For busy boxes with lots of torrents that requires more DHT traffic, this should be raised.

-

unchoke_slots_limit is the max number of unchoked peers in the session.

-

The number of unchoke slots may be ignored depending on what -choking_algorithm is set to.

+

unchoke_slots_limit is the max number of unchoked peers in the session. The +number of unchoke slots may be ignored depending on what choking_algorithm +is set to. A value of -1 means infinite.

half_open_limit sets the maximum number of half-open connections libtorrent will have when connecting to peers. A half-open connection is one where connect() has been called, but the connection still hasn't been established diff --git a/docs/projects.html b/docs/projects.html index fcad56a5f..cb30515f7 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -3,7 +3,7 @@ - + projects using libtorrent diff --git a/docs/python_binding.html b/docs/python_binding.html index 58d06d5bc..f67883603 100644 --- a/docs/python_binding.html +++ b/docs/python_binding.html @@ -3,7 +3,7 @@ - + libtorrent python binding diff --git a/docs/running_tests.html b/docs/running_tests.html index 6d1c6be77..1d9c1cb04 100644 --- a/docs/running_tests.html +++ b/docs/running_tests.html @@ -3,7 +3,7 @@ - + libtorrent manual diff --git a/docs/todo.html b/docs/todo.html index 8ac735762..203484dc0 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -21,11 +21,11 @@

libtorrent todo-list

-6 important +10 important 9 relevant 16 feasible -34 notes -
relevance 3src/torrent.cpp:6073if peer is a really good peer, maybe we shouldn't disconnect it