updated udp tracker protocol spec

This commit is contained in:
Arvid Norberg 2008-02-01 19:23:46 +00:00
parent c798ab30e1
commit 05bb0bebff
1 changed files with 2 additions and 6 deletions

View File

@ -177,13 +177,9 @@ Client sends packet:
+-------------+---------------------+----------------------------------------+
| int32_t | transaction_id | Randomized by client. |
+-------------+---------------------+----------------------------------------+
| int16_t | num_info_hashes | The number of info-hashes that will |
| | | follow. |
+-------------+---------------------+----------------------------------------+
| uint16_t | extensions | Optional field. See extensions_. |
+-------------+---------------------+----------------------------------------+
The following structure is repeated ``num_info_hashes`` times:
The following structure is repeated for each info-hash to scrape, but limited by
the MTU.
+-------------+---------------------+----------------------------------------+
| size | name | description |