Changeset 11131 for dotorg/trunk

Show
Ignore:
Timestamp:
08/12/2008 09:25:08 PM (4 months ago)
Author:
dave
Message:

Regenerate html.

Files:
1 modified

Legend:

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

    r11123 r11131  
    3939<tr class="field"><th class="field-name">Title:</th><td class="field-body">BitTorrent Local Tracker Discovery Protocol</td> 
    4040</tr> 
    41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">11122</td> 
    42 </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_0022.rst">2008-08-05 19:00:59 -0700 (Tue, 05 Aug 2008)</a></td> 
     41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11129</td> 
     42</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_0022.rst">2008-08-12 21:23:42 -0700 (Tue, 12 Aug 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;, Stanislav Shalunov &lt;shalunov&#32;&#97;t&#32;bittorrent.com&gt;, Greg Hazel &lt;greg&#32;&#97;t&#32;bittorrent.com&gt;</td> 
     
    7777<p>With this extension, BitTorrent clients are able to discover a tracker 
    7878nearby on the network, and via this tracker discover nearby caches or 
    79 peers.  A cache is simply a fast peer in the middle of the network. It 
     79peers.  A cache may simply be a fast peer in the middle of the network. It 
    8080might also have substantial disk space. The client communicates with a 
    8181cache using the normal BitTorrent protocol.</p> 
     
    9898is not obvious.  Determining obviousness is beyond the scope of this 
    9999BEP.</p> 
     100<p>Extensions to the BitTorrent wireline protocol to delegate seeding 
     101or improve cache performance are beyond the scope of this BEP.</p> 
    100102</div> 
    101103<div class="section" id="the-discovery-mechanism"> 
     
    138140<p>The domain name returned from the reverse DNS lookup is specific to 
    139141the querying host.  In the naive implementation in DNS, there would be 
    140 one SRV resource record for every querying host.  The most obvious 
    141 solution is to use a wildcard of the form:</p> 
     142one SRV resource record for every querying host.  A natural but 
     143incorrect solution is to use a wildcard of the form:</p> 
    142144<pre class="literal-block"> 
    143145*.pacbell.net 
    144146</pre> 
    145 <p>However, if wildcards are implemented according to the algorithm in 
    146 section 4.3.2 in <a class="footnote-reference" href="#rfc-1034" id="id5">[4]</a> then all subdomains of pacbell.net that 
    147 do not have an exact label match will match the wildcard.  Thus,</p> 
     147<p>If wildcards are implemented according to the algorithm in section 
     1484.3.2 in <a class="footnote-reference" href="#rfc-1034" id="id5">[4]</a> then all subdomains of pacbell.net that do not 
     149have an exact label match will match the wildcard.  Thus,</p> 
    148150<pre class="literal-block"> 
    149151_jabber._tcp.pacbell.net 
     
    158160BitTorrent SRV records without further information.  This behavior is 
    159161implemented with BIND 9.4.1.</p> 
    160 <p>The natural solution would be to specify domain names of the type</p> 
     162<p>Another natural but incorrect solution is to specify domain names of 
     163the type</p> 
    161164<pre class="literal-block"> 
    162165_bittorrent-tracker._tcp.*.pacbell.net 
     
    183186<p>then the client queries for</p> 
    184187<pre class="literal-block"> 
    185 _bittorrent-tracker.dsl.pltn13.pacbell.net 
     188_bittorrent-tracker._tcp.dsl.pltn13.pacbell.net 
    186189</pre> 
    187190<p>and then</p> 
    188191<pre class="literal-block"> 
    189 _bittorrent-tracker.pltn13.pacbell.net 
     192_bittorrent-tracker._tcp.pltn13.pacbell.net 
    190193</pre> 
    191194<p>The search removes one label at a time terminating when one or more