Changeset 11173 for dotorg/trunk
- Timestamp:
- 08/28/09 11:30:47 (7 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk/html/beps/bep_0030.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/beps/bep_0030.rst
r11171 r11173 45 45 made to process regular torrent files easily. 46 46 47 >From the content we construct a shash tree as follows. Given a piece size,47 >From the content we construct a hash tree as follows. Given a piece size, 48 48 we calculate the hashes of all the pieces in the set of content files. Next, 49 49 we create a binary tree of sufficient height. Sufficient height means that the … … 117 117 a ``Tr_hashpiece`` message name in the ``m`` field of the Extension 118 118 protocol's handshake message. Such a client must not send ``piece`` messages 119 but must use Extension protocol messages with type {\tt Tr_hashpiece}to send119 but must use Extension protocol messages with type ``Tr_hashpiece`` to send 120 120 pieces. 121 121