Changeset 11082

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

rebuilt html.

Location:
dotorg/trunk/html/beps
Files:
2 modified

Legend:

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

    r11080 r11082  
    6161<p class="topic-title first">Contents</p> 
    6262<ul class="simple"> 
    63 <li><a class="reference internal" href="#the-discovery-mechanism" id="id1">The Discovery Mechanism</a></li> 
    64 <li><a class="reference internal" href="#network-address-translators" id="id2">Network Address Translators</a></li> 
    65 <li><a class="reference internal" href="#references" id="id3">References</a></li> 
    66 <li><a class="reference internal" href="#copyright" id="id4">Copyright</a></li> 
     63<li><a class="reference internal" href="#the-discovery-mechanism" id="id5">The Discovery Mechanism</a></li> 
     64<li><a class="reference internal" href="#network-address-translators" id="id6">Network Address Translators</a></li> 
     65<li><a class="reference internal" href="#references" id="id7">References</a></li> 
     66<li><a class="reference internal" href="#copyright" id="id8">Copyright</a></li> 
    6767</ul> 
    6868</div> 
     
    9595of the cache and the port specifies the location on that cache where 
    9696the BitTorrent implementation listens.</p> 
    97 <p>The SRV resource record type is described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC 2782</a> [#RFC 2782]_.  Reverse DNS 
    98 lookups are described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC 1034</a> [#RFC 1034]_.</p> 
     97<p>The SRV resource record type is described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC 2782</a> <a class="footnote-reference" href="#rfc-2782" id="id1">[2]</a>.  Reverse DNS 
     98lookups are described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC 1034</a> <a class="footnote-reference" href="#rfc-1034" id="id2">[1]</a>.</p> 
    9999</div> 
    100100<div class="section" id="network-address-translators"> 
     
    110110IP address.  A BitTorrent client can obtain its host's public IP by 
    111111either querying the tracker and looking at the value to the returned 
    112 <em>external ip</em> key [#BEP 24]_ or from other peers using the <em>yourip</em> 
    113 extension defined for the <em>Extension Protocol</em> proposed in [#BEP 10]_.</p> 
     112<em>external ip</em> key <a class="footnote-reference" href="#bep-24" id="id3">[4]</a> or from other peers using the <em>yourip</em> 
     113extension defined for the <em>Extension Protocol</em> proposed in <a class="footnote-reference" href="#bep-10" id="id4">[3]</a>.</p> 
    114114</div> 
    115115<div class="section" id="references"> 
    116116<h1>References</h1> 
    117 <!-- [#RFC 1034] RFC-1034.  DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
    118 November 1987. http://tools.ietf.org/html/rfc1034 --> 
    119 <!-- [#RFC 2782] RFC-2782.  A DNS RR for specifying the location of services (DNS 
     117<table class="docutils footnote" frame="void" id="rfc-1034" rules="none"> 
     118<colgroup><col class="label" /><col /></colgroup> 
     119<tbody valign="top"> 
     120<tr><td class="label"><a class="fn-backref" href="#id2">[1]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC-1034</a>.  DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
     121November 1987. <a class="reference external" href="http://tools.ietf.org/html/rfc1034">http://tools.ietf.org/html/rfc1034</a></td></tr> 
     122</tbody> 
     123</table> 
     124<table class="docutils footnote" frame="void" id="rfc-2782" rules="none"> 
     125<colgroup><col class="label" /><col /></colgroup> 
     126<tbody valign="top"> 
     127<tr><td class="label"><a class="fn-backref" href="#id1">[2]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC-2782</a>.  A DNS RR for specifying the location of services (DNS 
    120128SRV). Gulbrandsen, Vixie, Esibov. February 2000. 
    121 http://tools.ietf.org/html/rfc2782 --> 
    122 <!-- [#BEP 10] BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
    123 (http://www.bittorrent.org/beps/bep_0010) --> 
    124 <!-- [#BEP 24] BEP_0024.  Tracker Returns External IP.  Harrison 
    125 (http://www.bittorrent.org/beps/bep_0024) --> 
     129<a class="reference external" href="http://tools.ietf.org/html/rfc2782">http://tools.ietf.org/html/rfc2782</a></td></tr> 
     130</tbody> 
     131</table> 
     132<table class="docutils footnote" frame="void" id="bep-10" rules="none"> 
     133<colgroup><col class="label" /><col /></colgroup> 
     134<tbody valign="top"> 
     135<tr><td class="label"><a class="fn-backref" href="#id4">[3]</a></td><td>BEP_0010.  Extension Protocol. Norberg, Strigeus, Hazel 
     136(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0010">http://www.bittorrent.org/beps/bep_0010</a>)</td></tr> 
     137</tbody> 
     138</table> 
     139<table class="docutils footnote" frame="void" id="bep-24" rules="none"> 
     140<colgroup><col class="label" /><col /></colgroup> 
     141<tbody valign="top"> 
     142<tr><td class="label"><a class="fn-backref" href="#id3">[4]</a></td><td>BEP_0024.  Tracker Returns External IP.  Harrison 
     143(<a class="reference external" href="http://www.bittorrent.org/beps/bep_0024">http://www.bittorrent.org/beps/bep_0024</a>)</td></tr> 
     144</tbody> 
     145</table> 
    126146</div> 
    127147<div class="section" id="copyright"> 
  • dotorg/trunk/html/beps/bep_0023.html

    r11080 r11082  
    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">11079</td> 
     41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11081</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:24:18 -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:29:22 -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="id2">Abstract</a></li> 
    64 <li><a class="reference internal" href="#overview" id="id3">Overview</a></li> 
    65 <li><a class="reference internal" href="#references" id="id4">References</a></li> 
    66 <li><a class="reference internal" href="#copyright" id="id5">Copyright</a></li> 
     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> 
    6767</ul> 
    6868</div> 
     
    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 [#RFC 1034]_ plus 4 bytes 
     85domain name it cannot exceed 255 bytes <a class="footnote-reference" href="#rfc-1034" id="id2">[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 
     
    112112</tbody> 
    113113</table> 
    114 <!-- [#RFC 1034] RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
    115 November 1987. http://tools.ietf.org/html/rfc1034 --> 
     114<table class="docutils footnote" frame="void" id="rfc-1034" rules="none"> 
     115<colgroup><col class="label" /><col /></colgroup> 
     116<tbody valign="top"> 
     117<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC-1034</a>. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 
     118November 1987. <a class="reference external" href="http://tools.ietf.org/html/rfc1034">http://tools.ietf.org/html/rfc1034</a></td></tr> 
     119</tbody> 
     120</table> 
    116121</div> 
    117122<div class="section" id="copyright">