Changeset 11078

Show
Ignore:
Timestamp:
05/13/08 17:11:09 (22 months ago)
Author:
dave
Message:

rebuild html

Files:
1 modified

Legend:

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

    r11076 r11078  
    3939<tr class="field"><th class="field-name">Title:</th><td class="field-body">Tracker Returns Packed Peer Lists</td> 
    4040</tr> 
    41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">11075</td> 
     41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11077</td> 
    4242</tr> 
    43 <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="http://bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0023.rst">2008-05-13 17:02:55 -0700 (Tue, 13 May 2008)</a></td> 
     43<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="http://bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0023.rst">2008-05-13 17:11:02 -0700 (Tue, 13 May 2008)</a></td> 
    4444</tr> 
    4545<tr class="field"><th class="field-name">Author:</th><td class="field-body">David Harrison &lt;dave&#32;&#97;t&#32;bittorrent.com&gt;</td> 
     
    8787since it is a port number, it cannot be more than 7 bytes including 
    8888bencoding overhead.  Thus,</p> 
    89 <blockquote> 
    90 total peer list length in bytes &lt; n * ( 23 + 259 + 7 )</blockquote> 
     89<dl class="docutils"> 
     90<dt>::</dt> 
     91<dd>total peer list length in bytes &lt; n * ( 23 + 259 + 7 )</dd> 
     92</dl> 
    9193<p>It is common now to use a packed format where each peer is represented 
    9294using only 6 bytes.  The first 4 bytes contain the 32-bit ipv4 address.