fixed typo in udp tracker specification

This commit is contained in:
Arvid Norberg 2009-06-26 19:01:37 +00:00
parent 10eb3fa00f
commit 66dd40c720
1 changed files with 3 additions and 3 deletions

View File

@ -206,10 +206,10 @@ you asked in the scrape request.
+-------------+---------------------+----------------------------------------+ +-------------+---------------------+----------------------------------------+
| size | name | description | | size | name | description |
+=============+=====================+========================================+ +=============+=====================+========================================+
| int32_t | complete | The total number of completed | | int32_t | complete | The current number of connected seeds. |
| | | downloads. |
+-------------+---------------------+----------------------------------------+ +-------------+---------------------+----------------------------------------+
| int32_t | downloaded | The current number of connected seeds. | | int32_t | downloaded | The number of times this torrent has |
| | | been downloaded. |
+-------------+---------------------+----------------------------------------+ +-------------+---------------------+----------------------------------------+
| int32_t | incomplete | The current number of connected | | int32_t | incomplete | The current number of connected |
| | | leechers. | | | | leechers. |