removed connecting_to_tracker state
This commit is contained in:
@@ -2286,7 +2286,6 @@ struct torrent_status
|
||||
{
|
||||
queued_for_checking,
|
||||
checking_files,
|
||||
connecting_to_tracker,
|
||||
downloading_metadata,
|
||||
downloading,
|
||||
finished,
|
||||
@@ -2382,10 +2381,6 @@ This torrent will wait for its turn.</td>
|
||||
<td>The torrent has not started its download yet, and is
|
||||
currently checking existing files.</td>
|
||||
</tr>
|
||||
<tr><td><tt class="docutils literal"><span class="pre">connecting_to_tracker</span></tt></td>
|
||||
<td>The torrent has sent a request to the tracker and is
|
||||
currently waiting for a response</td>
|
||||
</tr>
|
||||
<tr><td><tt class="docutils literal"><span class="pre">downloading_metadata</span></tt></td>
|
||||
<td>The torrent is trying to download metadata from peers.
|
||||
This assumes the metadata_transfer extension is in use.</td>
|
||||
|
@@ -2241,7 +2241,6 @@ It contains the following fields::
|
||||
{
|
||||
queued_for_checking,
|
||||
checking_files,
|
||||
connecting_to_tracker,
|
||||
downloading_metadata,
|
||||
downloading,
|
||||
finished,
|
||||
@@ -2331,9 +2330,6 @@ current task is in the ``state`` member, it will be one of the following:
|
||||
|``checking_files`` |The torrent has not started its download yet, and is |
|
||||
| |currently checking existing files. |
|
||||
+--------------------------+----------------------------------------------------------+
|
||||
|``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. |
|
||||
+--------------------------+----------------------------------------------------------+
|
||||
|
Reference in New Issue
Block a user