reverted [1760] and added documentation for downloading_metadata

This commit is contained in:
Arvid Norberg 2007-11-24 04:19:21 +00:00
parent af4d200c55
commit 81ce2e7890
2 changed files with 5 additions and 0 deletions

View File

@ -1940,6 +1940,7 @@ It contains the following fields::
queued_for_checking,
checking_files,
connecting_to_tracker,
downloading_metadata,
downloading,
finished,
seeding,
@ -2009,6 +2010,9 @@ current task is in the ``state`` member, it will be one of the following:
|``connecting_to_tracker`` |The torrent has sent a request to the tracker and is |
| |currently waiting for a response |
+--------------------------+----------------------------------------------------------+
|``downloading_metadata`` |The torrent is trying to download metadata from peers. |
| |This assumes the metadata_transfer extension is in use. |
+--------------------------+----------------------------------------------------------+
|``downloading`` |The torrent is being downloaded. This is the state |
| |most torrents will be in most of the time. The progress |
| |meter will tell how much of the files that has been |

View File

@ -119,6 +119,7 @@ namespace libtorrent
queued_for_checking,
checking_files,
connecting_to_tracker,
downloading_metadata,
downloading,
finished,
seeding,