Show
Ignore:
Timestamp:
05/13/2008 05:03:05 PM (5 months ago)
Author:
dave
Message:

rebuild html

Files:
1 modified

Legend:

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

    r11074 r11076  
    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">11070</td> 
     41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11075</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 16:54:12 -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:02:55 -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> 
     
    6161<p class="topic-title first">Contents</p> 
    6262<ul class="simple"> 
    63 <li><a class="reference internal" href="#abstract" id="id3">Abstract</a></li> 
    64 <li><a class="reference internal" href="#overview" id="id4">Overview</a></li> 
    65 <li><a class="reference internal" href="#references" id="id5">References</a></li> 
    66 <li><a class="reference internal" href="#copyright" id="id6">Copyright</a></li> 
     63<li><a class="reference internal" href="#abstract" id="id4">Abstract</a></li> 
     64<li><a class="reference internal" href="#overview" id="id5">Overview</a></li> 
     65<li><a class="reference internal" href="#references" id="id6">References</a></li> 
     66<li><a class="reference internal" href="#copyright" id="id7">Copyright</a></li> 
    6767</ul> 
    6868</div> 
     
    7575<div class="section" id="overview"> 
    7676<h1>Overview</h1> 
    77 <p>In BitTorrent as described in BEP 3 [#BEP-3], peers wishing to 
     77<p>In BitTorrent as described in BEP 3 <a class="footnote-reference" href="#bep-3" id="id1">[1]</a>, peers wishing to 
    7878transfer a file contact a central tracker.  This tracker returns a 
    7979list of peers that are currently transferring the file.  The list of 
     
    8383containing a domain name or an IP address, and an integer port number. 
    8484The <em>ip</em> is variable length, but since in its longest form it is a 
    85 domain name it cannot exceed 255 bytes (see <a class="reference external" href="RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034">RFC 1034</a> <a class="footnote-reference" href="#id1" id="id2">[2]</a>) plus 4 bytes 
     85domain name it cannot exceed 255 bytes (see <a class="reference external" href="RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034">RFC 1034</a> <a class="footnote-reference" href="#id2" id="id3">[2]</a>) plus 4 bytes 
    8686bencoding overhead.  Bencoded integers are also variable length but 
    8787since it is a port number, it cannot be more than 7 bytes including 
     
    106106<colgroup><col class="label" /><col /></colgroup> 
    107107<tbody valign="top"> 
    108 <tr><td class="label">[1]</td><td>BEP_0003. The BitTorrent Protocol Specification, Cohen 
     108<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>BEP_0003. The BitTorrent Protocol Specification, Cohen 
    109109(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0003">http://www.bittorrent.org/beps/bep_0003</a>)</td></tr> 
    110110</tbody> 
    111111</table> 
    112 <table class="docutils footnote" frame="void" id="id1" rules="none"> 
     112<table class="docutils footnote" frame="void" id="id2" rules="none"> 
    113113<colgroup><col class="label" /><col /></colgroup> 
    114114<tbody valign="top"> 
    115 <tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034">RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034</a></td></tr> 
     115<tr><td class="label"><a class="fn-backref" href="#id3">[2]</a></td><td><a class="reference external" href="RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034">RFC-1034.DOMAINNAMES-CONCEPTSANDFACILITIES.Mockapetris,November1987.http://tools.ietf.org/html/rfc1034</a></td></tr> 
    116116</tbody> 
    117117</table>