Changeset 10894 for dotorg/trunk/html

Show
Ignore:
Timestamp:
02/19/2008 04:03:15 PM (8 months ago)
Author:
dave
Message:

word smithing.

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

Legend:

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

    r10892 r10894  
    5858<p class="topic-title first">Contents</p> 
    5959<ul class="simple"> 
    60 <li><a class="reference internal" href="#announce-parameters" id="id8">Announce Parameters</a></li> 
     60<li><a class="reference internal" href="#announce" id="id8">Announce</a></li> 
    6161<li><a class="reference internal" href="#announce-response" id="id9">Announce Response</a></li> 
    6262<li><a class="reference internal" href="#obfuscation-method" id="id10">Obfuscation Method</a></li> 
     
    7979&quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quot; in this document are 
    8080to be interpreted as described in IETF <a class="reference external" href="http://tools.ietf.org/html/rfc2119">RFC 2119</a> <a class="footnote-reference" href="#id6" id="id7">[5]</a>.</p> 
    81 <div class="section" id="announce-parameters"> 
    82 <h1>Announce Parameters</h1> 
     81<div class="section" id="announce"> 
     82<h1>Announce</h1> 
    8383<p>When using this extension, instead of passing the <tt class="docutils literal"><span class="pre">info_hash</span></tt> parameter 
    8484to the tracker, a <tt class="docutils literal"><span class="pre">sha_ih</span></tt> is passed.</p> 
     
    9292<tt class="docutils literal"><span class="pre">kO%89%A5N-%27%EC%D7%E8%DA%05%B4%AB%8F%D9%D1%D8%B1%19</span></tt>.</p> 
    9393<p>If the <tt class="docutils literal"><span class="pre">sha_ih</span></tt> is passed then the value for the <tt class="docutils literal"><span class="pre">port</span></tt> parameter 
    94 should be treated as a 16 bit integer and must be obscured in the same 
    95 manner as the peer list as described in the <a class="reference internal" href="#obfuscation-method">Obfuscation Method</a> 
    96 section.  Similarly if the optional <tt class="docutils literal"><span class="pre">ip</span></tt> parameter is passed in the 
    97 announce then its value MUST also be so oscured.</p> 
     94should be treated as a 16 bit integer and MUST be obscured as 
     95described in the <a class="reference internal" href="#obfuscation-method">Obfuscation Method</a> section.  Similarly if the 
     96optional <tt class="docutils literal"><span class="pre">ip</span></tt> parameter is passed in the announce then its value 
     97MUST also be so obscured.</p> 
    9898<p>This extension does not change the semantics of any parameter passed 
    9999in the peer's announce.</p> 
     
    111111<div class="section" id="obfuscation-method"> 
    112112<h1>Obfuscation Method</h1> 
    113 <p>The values for the``ip`` and <tt class="docutils literal"><span class="pre">port</span></tt> announce parameters, the 
     113<p>The values for the <tt class="docutils literal"><span class="pre">ip</span></tt> and <tt class="docutils literal"><span class="pre">port</span></tt> announce parameters, the 
    114114<em>returned peer list</em> and any other values that contain peer 
    115115information are obscured using the method described in this section.</p> 
  • dotorg/trunk/html/beps/bep_0008.rst

    r10891 r10894  
    2323 
    2424 
    25 Announce Parameters 
    26 =================== 
     25Announce 
     26======== 
    2727 
    2828When using this extension, instead of passing the ``info_hash`` parameter 
     
    4141 
    4242If the ``sha_ih`` is passed then the value for the ``port`` parameter 
    43 should be treated as a 16 bit integer and must be obscured in the same 
    44 manner as the peer list as described in the `Obfuscation Method`_ 
    45 section.  Similarly if the optional ``ip`` parameter is passed in the 
    46 announce then its value MUST also be so oscured. 
     43should be treated as a 16 bit integer and MUST be obscured as 
     44described in the `Obfuscation Method`_ section.  Similarly if the 
     45optional ``ip`` parameter is passed in the announce then its value 
     46MUST also be so obscured. 
    4747 
    4848This extension does not change the semantics of any parameter passed 
     
    6464================== 
    6565 
    66 The values for the``ip`` and ``port`` announce parameters, the 
     66The values for the ``ip`` and ``port`` announce parameters, the 
    6767*returned peer list* and any other values that contain peer 
    6868information are obscured using the method described in this section.