Show
Ignore:
Timestamp:
08/28/09 11:31:00 (7 months ago)
Author:
arvid
Message:

regenerated html for BEP 30

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/beps/bep_0030.html

    r11171 r11174  
    3939<tr class="field"><th class="field-name">Title:</th><td class="field-body">Merkle hash torrent extension</td> 
    4040</tr> 
    41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">11170</td> 
    42 </tr> 
    43 <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0030.rst">2009-08-26 17:22:08 -0700 (Wed, 26 Aug 2009)</a></td> 
     41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11173</td> 
     42</tr> 
     43<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0030.rst">2009-08-28 11:30:47 -0700 (Fri, 28 Aug 2009)</a></td> 
    4444</tr> 
    4545<tr class="field"><th class="field-name">Author:</th><td class="field-body">Arno Bakker &lt;arno&#32;&#97;t&#32;cs.vu.nl&gt;</td> 
     
    100100sense that clients supporting the Simple Merkle Hash extension can still be 
    101101made to process regular torrent files easily.</p> 
    102 <p>&gt;From the content we construct as hash tree as follows. Given a piece size, 
     102<p>&gt;From the content we construct a hash tree as follows. Given a piece size, 
    103103we calculate the hashes of all the pieces in the set of content files. Next, 
    104104we create a binary tree of sufficient height. Sufficient height means that the 
     
    166166a  <tt class="docutils literal"><span class="pre">Tr_hashpiece</span></tt> message name in the <tt class="docutils literal"><span class="pre">m</span></tt> field of the Extension 
    167167protocol's handshake message. Such a client must not send <tt class="docutils literal"><span class="pre">piece</span></tt> messages 
    168 but must use Extension protocol messages with type {tt Tr_hashpiece} to send 
     168but must use Extension protocol messages with type <tt class="docutils literal"><span class="pre">Tr_hashpiece</span></tt> to send 
    169169pieces.</p> 
    170170<p>A <tt class="docutils literal"><span class="pre">Tr_hashpiece</span></tt> message consists of an index, begin, hashlist and piece.