diff --git a/docs/manual.html b/docs/manual.html index 125b96242..8a308e77b 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -46,213 +46,213 @@
Table of contents
--
+bool is_paused() const; +- ::
-- void pause(); +
-+void pause(); void resume(); -bool is_paused() const;
Pausing the session has the same effect as pausing every torrent in it. Resuming will restore the torrents to their previous paused state. i.e. the session pause @@ -554,9 +553,12 @@ There are 3 different modes:
num_unchoked is the current number of unchoked peers. allowed_upload_slots is the current allowed number of unchoked peers.
+optimistic_unchoke_counter and unchoke_counter tells the number of +seconds until the next optimistic unchoke change and the start of the next +unchoke interval. These numbers may be reset prematurely if a peer that is +unchoked disconnects or becomes notinterested.
dht_nodes, dht_cache_nodes and dht_torrents are only available when built with DHT support. They are all set to 0 if the DHT isn't running. When the DHT is running, dht_nodes is set to the number of nodes in the routing @@ -2998,7 +3007,7 @@ struct session_settings bool lazy_bitfields; int inactivity_timeout; int unchoke_interval; - int optimistic_unchoke_multiplier; + int optimistic_unchoke_interval; address announce_ip; int num_want; int initial_picker_threshold; @@ -3136,8 +3145,8 @@ Default is 10 minutes
On this interval, peers are re-evaluated for being choked/unchoked. This is defined as 30 seconds in the protocol, and it should be significantly longer than what it takes for TCP to ramp up to it's max rate. -optimistic_unchoke_multiplier is the number of unchoke intervals between -each optimistic unchoke interval. On this timer, the currently optimistically +
optimistic_unchoke_interval is the number of seconds between +each optimistic unchoke. On this timer, the currently optimistically unchoked peer will change.
announce_ip is the ip address passed along to trackers as the &ip= parameter. If left as the default (default constructed), that parameter is ommited.
@@ -5098,7 +5107,9 @@ scripts.Thanks to Reimond Retz for bugfixes, suggestions and testing
Thanks to University of UmeƄ for providing development and test hardware.
Project is hosted by sourceforge.
- +