Changeset 11076 for dotorg/trunk/html

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

rebuild html

Location:
dotorg/trunk/html/beps
Files:
2 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> 
  • dotorg/trunk/html/beps/bep_0024.html

    r11074 r11076  
    3939<tr class="field"><th class="field-name">Title:</th><td class="field-body">Tracker Returns External IP</td> 
    4040</tr> 
    41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">11069</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_0024.rst">2008-05-13 16:53:27 -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_0024.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="#overview" id="id1">Overview</a></li> 
    64 <li><a class="reference internal" href="#references" id="id2">References</a></li> 
    65 <li><a class="reference internal" href="#copyright" id="id3">Copyright</a></li> 
     63<li><a class="reference internal" href="#overview" id="id4">Overview</a></li> 
     64<li><a class="reference internal" href="#references" id="id5">References</a></li> 
     65<li><a class="reference internal" href="#copyright" id="id6">Copyright</a></li> 
    6666</ul> 
    6767</div> 
     
    7575may differ from the IP address used to route the client's packets 
    7676through the public Internet.</p> 
    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.  For all peers 
     
    9494address.  Any peer reached over the public Internet sees the public IP 
    9595address of the peer on the far side of the connection.  The <em>Extension 
    96 Protocol</em> proposed in [#BEP-10] provides a mechanism for a client to 
     96Protocol</em> proposed in <a class="footnote-reference" href="#bep-10" id="id2">[3]</a> provides a mechanism for a client to 
    9797obtains its public IP from any of its peers.  There is no conflict for 
    9898a BitTorrent client to support both tracker and peer methods, and they 
     
    100100from a tracker even when there are no peers.  For trackerless swarms, 
    101101a peer can learn its IP from any peer whose reference was obtained from the DHT 
    102 [#BEP-5].</p> 
     102<a class="footnote-reference" href="#bep-5" id="id3">[2]</a>.</p> 
    103103</div> 
    104104<div class="section" id="references"> 
     
    107107<colgroup><col class="label" /><col /></colgroup> 
    108108<tbody valign="top"> 
    109 <tr><td class="label">[1]</td><td>BEP_0003. The BitTorrent Protocol Specification, Cohen. 
     109<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>BEP_0003. The BitTorrent Protocol Specification, Cohen. 
    110110(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0003">http://www.bittorrent.org/beps/bep_0003</a>)</td></tr> 
    111111</tbody> 
     
    114114<colgroup><col class="label" /><col /></colgroup> 
    115115<tbody valign="top"> 
    116 <tr><td class="label">[2]</td><td>BEP_0005. DHT Protocol. Loewenstern. 
     116<tr><td class="label"><a class="fn-backref" href="#id3">[2]</a></td><td>BEP_0005. DHT Protocol. Loewenstern. 
    117117(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0005">http://www.bittorrent.org/beps/bep_0005</a>)</td></tr> 
    118118</tbody> 
     
    121121<colgroup><col class="label" /><col /></colgroup> 
    122122<tbody valign="top"> 
    123 <tr><td class="label">[3]</td><td>BEP_0010. Extension Protocol. Norberg, Strigeus, Hazel 
     123<tr><td class="label"><a class="fn-backref" href="#id2">[3]</a></td><td>BEP_0010. Extension Protocol. Norberg, Strigeus, Hazel 
    124124(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0010">http://www.bittorrent.org/beps/bep_0010</a>)</td></tr> 
    125125</tbody>