Changeset 11082
- Timestamp:
- 05/13/2008 05:29:52 PM (6 months ago)
- Location:
- dotorg/trunk/html/beps
- Files:
-
- 2 modified
-
bep_0022.html (modified) (3 diffs)
-
bep_0023.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/beps/bep_0022.html
r11080 r11082 61 61 <p class="topic-title first">Contents</p> 62 62 <ul class="simple"> 63 <li><a class="reference internal" href="#the-discovery-mechanism" id="id 1">The Discovery Mechanism</a></li>64 <li><a class="reference internal" href="#network-address-translators" id="id 2">Network Address Translators</a></li>65 <li><a class="reference internal" href="#references" id="id 3">References</a></li>66 <li><a class="reference internal" href="#copyright" id="id 4">Copyright</a></li>63 <li><a class="reference internal" href="#the-discovery-mechanism" id="id5">The Discovery Mechanism</a></li> 64 <li><a class="reference internal" href="#network-address-translators" id="id6">Network Address Translators</a></li> 65 <li><a class="reference internal" href="#references" id="id7">References</a></li> 66 <li><a class="reference internal" href="#copyright" id="id8">Copyright</a></li> 67 67 </ul> 68 68 </div> … … 95 95 of the cache and the port specifies the location on that cache where 96 96 the BitTorrent implementation listens.</p> 97 <p>The SRV resource record type is described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC 2782</a> [#RFC 2782]_. Reverse DNS98 lookups are described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC 1034</a> [#RFC 1034]_.</p>97 <p>The SRV resource record type is described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC 2782</a> <a class="footnote-reference" href="#rfc-2782" id="id1">[2]</a>. Reverse DNS 98 lookups are described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC 1034</a> <a class="footnote-reference" href="#rfc-1034" id="id2">[1]</a>.</p> 99 99 </div> 100 100 <div class="section" id="network-address-translators"> … … 110 110 IP address. A BitTorrent client can obtain its host's public IP by 111 111 either querying the tracker and looking at the value to the returned 112 <em>external ip</em> key [#BEP 24]_or from other peers using the <em>yourip</em>113 extension defined for the <em>Extension Protocol</em> proposed in [#BEP 10]_.</p>112 <em>external ip</em> key <a class="footnote-reference" href="#bep-24" id="id3">[4]</a> or from other peers using the <em>yourip</em> 113 extension defined for the <em>Extension Protocol</em> proposed in <a class="footnote-reference" href="#bep-10" id="id4">[3]</a>.</p> 114 114 </div> 115 115 <div class="section" id="references"> 116 116 <h1>References</h1> 117 <!-- [#RFC 1034] RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 118 November 1987. http://tools.ietf.org/html/rfc1034 --> 119 <!-- [#RFC 2782] RFC-2782. A DNS RR for specifying the location of services (DNS 117 <table class="docutils footnote" frame="void" id="rfc-1034" rules="none"> 118 <colgroup><col class="label" /><col /></colgroup> 119 <tbody valign="top"> 120 <tr><td class="label"><a class="fn-backref" href="#id2">[1]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC-1034</a>. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 121 November 1987. <a class="reference external" href="http://tools.ietf.org/html/rfc1034">http://tools.ietf.org/html/rfc1034</a></td></tr> 122 </tbody> 123 </table> 124 <table class="docutils footnote" frame="void" id="rfc-2782" rules="none"> 125 <colgroup><col class="label" /><col /></colgroup> 126 <tbody valign="top"> 127 <tr><td class="label"><a class="fn-backref" href="#id1">[2]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC-2782</a>. A DNS RR for specifying the location of services (DNS 120 128 SRV). Gulbrandsen, Vixie, Esibov. February 2000. 121 http://tools.ietf.org/html/rfc2782 --> 122 <!-- [#BEP 10] BEP_0010. Extension Protocol. Norberg, Strigeus, Hazel 123 (http://www.bittorrent.org/beps/bep_0010) --> 124 <!-- [#BEP 24] BEP_0024. Tracker Returns External IP. Harrison 125 (http://www.bittorrent.org/beps/bep_0024) --> 129 <a class="reference external" href="http://tools.ietf.org/html/rfc2782">http://tools.ietf.org/html/rfc2782</a></td></tr> 130 </tbody> 131 </table> 132 <table class="docutils footnote" frame="void" id="bep-10" rules="none"> 133 <colgroup><col class="label" /><col /></colgroup> 134 <tbody valign="top"> 135 <tr><td class="label"><a class="fn-backref" href="#id4">[3]</a></td><td>BEP_0010. Extension Protocol. Norberg, Strigeus, Hazel 136 (<a class="reference external" href="http://www.bittorrent.org/beps/bep_0010">http://www.bittorrent.org/beps/bep_0010</a>)</td></tr> 137 </tbody> 138 </table> 139 <table class="docutils footnote" frame="void" id="bep-24" rules="none"> 140 <colgroup><col class="label" /><col /></colgroup> 141 <tbody valign="top"> 142 <tr><td class="label"><a class="fn-backref" href="#id3">[4]</a></td><td>BEP_0024. Tracker Returns External IP. Harrison 143 (<a class="reference external" href="http://www.bittorrent.org/beps/bep_0024">http://www.bittorrent.org/beps/bep_0024</a>)</td></tr> 144 </tbody> 145 </table> 126 146 </div> 127 147 <div class="section" id="copyright"> -
dotorg/trunk/html/beps/bep_0023.html
r11080 r11082 39 39 <tr class="field"><th class="field-name">Title:</th><td class="field-body">Tracker Returns Packed Peer Lists</td> 40 40 </tr> 41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">110 79</td>41 <tr class="field"><th class="field-name">Version:</th><td class="field-body">11081</td> 42 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_0023.rst">2008-05-13 17:2 4:18-0700 (Tue, 13 May 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_0023.rst">2008-05-13 17:29:22 -0700 (Tue, 13 May 2008)</a></td> 44 44 </tr> 45 45 <tr class="field"><th class="field-name">Author:</th><td class="field-body">David Harrison <dave at bittorrent.com></td> … … 61 61 <p class="topic-title first">Contents</p> 62 62 <ul class="simple"> 63 <li><a class="reference internal" href="#abstract" id="id 2">Abstract</a></li>64 <li><a class="reference internal" href="#overview" id="id 3">Overview</a></li>65 <li><a class="reference internal" href="#references" id="id 4">References</a></li>66 <li><a class="reference internal" href="#copyright" id="id 5">Copyright</a></li>63 <li><a class="reference internal" href="#abstract" id="id3">Abstract</a></li> 64 <li><a class="reference internal" href="#overview" id="id4">Overview</a></li> 65 <li><a class="reference internal" href="#references" id="id5">References</a></li> 66 <li><a class="reference internal" href="#copyright" id="id6">Copyright</a></li> 67 67 </ul> 68 68 </div> … … 83 83 containing a domain name or an IP address, and an integer port number. 84 84 The <em>ip</em> is variable length, but since in its longest form it is a 85 domain name it cannot exceed 255 bytes [#RFC 1034]_plus 4 bytes85 domain name it cannot exceed 255 bytes <a class="footnote-reference" href="#rfc-1034" id="id2">[2]</a> plus 4 bytes 86 86 bencoding overhead. Bencoded integers are also variable length but 87 87 since it is a port number, it cannot be more than 7 bytes including … … 112 112 </tbody> 113 113 </table> 114 <!-- [#RFC 1034] RFC-1034. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 115 November 1987. http://tools.ietf.org/html/rfc1034 --> 114 <table class="docutils footnote" frame="void" id="rfc-1034" rules="none"> 115 <colgroup><col class="label" /><col /></colgroup> 116 <tbody valign="top"> 117 <tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC-1034</a>. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, 118 November 1987. <a class="reference external" href="http://tools.ietf.org/html/rfc1034">http://tools.ietf.org/html/rfc1034</a></td></tr> 119 </tbody> 120 </table> 116 121 </div> 117 122 <div class="section" id="copyright">