Changeset 10894 for dotorg/trunk/html
- Timestamp:
- 02/19/2008 04:03:15 PM (8 months ago)
- Location:
- dotorg/trunk/html/beps
- Files:
-
- 2 modified
-
bep_0008.html (modified) (4 diffs)
-
bep_0008.rst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/beps/bep_0008.html
r10892 r10894 58 58 <p class="topic-title first">Contents</p> 59 59 <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> 61 61 <li><a class="reference internal" href="#announce-response" id="id9">Announce Response</a></li> 62 62 <li><a class="reference internal" href="#obfuscation-method" id="id10">Obfuscation Method</a></li> … … 79 79 "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are 80 80 to 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> 83 83 <p>When using this extension, instead of passing the <tt class="docutils literal"><span class="pre">info_hash</span></tt> parameter 84 84 to the tracker, a <tt class="docutils literal"><span class="pre">sha_ih</span></tt> is passed.</p> … … 92 92 <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> 93 93 <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 same95 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 the97 announce then its value MUST also be so oscured.</p>94 should be treated as a 16 bit integer and MUST be obscured as 95 described in the <a class="reference internal" href="#obfuscation-method">Obfuscation Method</a> section. Similarly if the 96 optional <tt class="docutils literal"><span class="pre">ip</span></tt> parameter is passed in the announce then its value 97 MUST also be so obscured.</p> 98 98 <p>This extension does not change the semantics of any parameter passed 99 99 in the peer's announce.</p> … … 111 111 <div class="section" id="obfuscation-method"> 112 112 <h1>Obfuscation Method</h1> 113 <p>The values for the ``ip``and <tt class="docutils literal"><span class="pre">port</span></tt> announce parameters, the113 <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 114 114 <em>returned peer list</em> and any other values that contain peer 115 115 information are obscured using the method described in this section.</p> -
dotorg/trunk/html/beps/bep_0008.rst
r10891 r10894 23 23 24 24 25 Announce Parameters26 ======== ===========25 Announce 26 ======== 27 27 28 28 When using this extension, instead of passing the ``info_hash`` parameter … … 41 41 42 42 If 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 same44 manner as the peer list as described in the `Obfuscation Method`_ 45 section. Similarly if the optional ``ip`` parameter is passed in the46 announce then its value MUST also be so oscured.43 should be treated as a 16 bit integer and MUST be obscured as 44 described in the `Obfuscation Method`_ section. Similarly if the 45 optional ``ip`` parameter is passed in the announce then its value 46 MUST also be so obscured. 47 47 48 48 This extension does not change the semantics of any parameter passed … … 64 64 ================== 65 65 66 The values for the ``ip`` and ``port`` announce parameters, the66 The values for the ``ip`` and ``port`` announce parameters, the 67 67 *returned peer list* and any other values that contain peer 68 68 information are obscured using the method described in this section.