Show
Ignore:
Timestamp:
05/21/2008 12:01:40 AM (6 months ago)
Author:
dave
Message:

regenerated html

Files:
1 modified

Legend:

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

    r11040 r11097  
    4141<tr class="field"><th class="field-name">Version:</th><td class="field-body">11031</td> 
    4242</tr> 
    43 <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="http://svn.bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0007.rst">2008-02-28 16:43:58 -0800 (Thu, 28 Feb 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_0007.rst">2008-02-28 16:43:58 -0800 (Thu, 28 Feb 2008)</a></td> 
    4444</tr> 
    4545<tr class="field"><th class="field-name">Author:</th><td class="field-body">Greg Hazel &lt;greg&#32;&#97;t&#32;bittorrent.com&gt;, Arvid Norberg &lt;arvid&#32;&#97;t&#32;bittorrent.com&gt;</td> 
     
    5959<p class="topic-title first">Contents</p> 
    6060<ul class="simple"> 
    61 <li><a class="reference internal" href="#ipv6-tracker-extension" id="id8">IPv6 tracker extension</a><ul> 
    62 <li><a class="reference internal" href="#announce-parameter" id="id9">announce parameter</a></li> 
    63 <li><a class="reference internal" href="#announce-response" id="id10">announce response</a></li> 
    64 <li><a class="reference internal" href="#examples" id="id11">examples</a></li> 
    65 <li><a class="reference internal" href="#rationale" id="id12">rationale</a></li> 
    66 <li><a class="reference internal" href="#copyright" id="id13">Copyright</a></li> 
    67 </ul> 
    68 </li> 
     61<li><a class="reference internal" href="#announce-parameter" id="id10">Announce Parameter</a></li> 
     62<li><a class="reference internal" href="#announce-response" id="id11">Announce Response</a></li> 
     63<li><a class="reference internal" href="#examples" id="id12">Examples</a></li> 
     64<li><a class="reference internal" href="#rationale" id="id13">Rationale</a></li> 
    6965<li><a class="reference internal" href="#id1" id="id14">References</a></li> 
     66<li><a class="reference internal" href="#copyright" id="id15">Copyright</a></li> 
    7067</ul> 
    7168</div> 
    72 <div class="section" id="ipv6-tracker-extension"> 
    73 <h1>IPv6 tracker extension</h1> 
    7469<p>This extension extends the tracker response to better support IPv6 peers as 
    7570well as defines a way for multi homed machines to announce multiple addresses 
     
    8176be interpreted as described in IETF <a class="reference external" href="http://tools.ietf.org/html/rfc2119">RFC 2119</a> <a class="footnote-reference" href="#id4" id="id5">[2]</a>.</p> 
    8277<div class="section" id="announce-parameter"> 
    83 <h2>announce parameter</h2> 
     78<h1>Announce Parameter</h1> 
    8479<p>The client MAY add an <tt class="docutils literal"><span class="pre">&amp;ipv6=</span></tt> parameter to the HTTP GET request it sends 
    8580to the tracker. The value is either an IPv6 endpoint (address and port) or 
     
    10196</div> 
    10297<div class="section" id="announce-response"> 
    103 <h2>announce response</h2> 
    104 <p>In case the tracker does not support the <tt class="docutils literal"><span class="pre">compact</span></tt> response, no change is 
    105 necessary. Since the original <tt class="docutils literal"><span class="pre">peers</span></tt> response returns peer endpoints in 
    106 their expanded string form, IPv6 addresses can be passed back this way.</p> 
     98<h1>Announce Response</h1> 
     99<p>In case the tracker does not support the <tt class="docutils literal"><span class="pre">compact</span></tt> response as 
     100described in BEP 23 <a class="reference external" href="http://www.bittorrent.org/beps/bep_0023.html">BEP-23</a> <a class="footnote-reference" href="#id8" id="id9">[4]</a>, no change is necessary. Since the 
     101original <tt class="docutils literal"><span class="pre">peers</span></tt> response returns peer endpoints in their expanded 
     102string form, IPv6 addresses can be passed back this way.</p> 
    107103<p>In case a compact response is requested, the tracker MAY add another key 
    108104to the response; <tt class="docutils literal"><span class="pre">peers6</span></tt>. This key has the same layout as <tt class="docutils literal"><span class="pre">peers</span></tt> in 
     
    111107</div> 
    112108<div class="section" id="examples"> 
    113 <h2>examples</h2> 
     109<h1>Examples</h1> 
    114110<p>Example announce string with <tt class="docutils literal"><span class="pre">2001::53aa:64c:0:7f83:bc43:dec9</span></tt> as IPv6 
    115111address:</p> 
     
    138134</div> 
    139135<div class="section" id="rationale"> 
    140 <h2>rationale</h2> 
     136<h1>Rationale</h1> 
    141137<p>The naming of <tt class="docutils literal"><span class="pre">peers6</span></tt> is chosen not to collide with the current <tt class="docutils literal"><span class="pre">peers</span></tt> 
    142138response and to be backwards compatible. It is also a simple addition to the 
    143139current response, using the same encoding.</p> 
    144 </div> 
    145 <div class="section" id="copyright"> 
    146 <h2>Copyright</h2> 
    147 <p>This document has been placed in the public domain.</p> 
    148 <!-- Local Variables: 
    149 mode: indented-text 
    150 indent-tabs-mode: nil 
    151 sentence-end-double-space: t 
    152 fill-column: 70 
    153 coding: utf-8 
    154 End: --> 
    155 </div> 
    156140</div> 
    157141<div class="section" id="id1"> 
     
    175159</tbody> 
    176160</table> 
     161<table class="docutils footnote" frame="void" id="id8" rules="none"> 
     162<colgroup><col class="label" /><col /></colgroup> 
     163<tbody valign="top"> 
     164<tr><td class="label"><a class="fn-backref" href="#id9">[4]</a></td><td><a class="reference external" href="http://www.bittorrent.org/beps/bep_0023.html">http://www.bittorrent.org/beps/bep_0023.html</a></td></tr> 
     165</tbody> 
     166</table> 
     167</div> 
     168<div class="section" id="copyright"> 
     169<h1>Copyright</h1> 
     170<p>This document has been placed in the public domain.</p> 
     171<!-- Local Variables: 
     172mode: indented-text 
     173indent-tabs-mode: nil 
     174sentence-end-double-space: t 
     175fill-column: 70 
     176coding: utf-8 
     177End: --> 
    177178</div> 
    178179