Changeset 10894 for dotorg/trunk/html/beps/bep_0008.html
- Timestamp:
- 02/19/08 16:03:15 (2 years ago)
- Files:
-
- 1 modified
-
dotorg/trunk/html/beps/bep_0008.html (modified) (4 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>