Changeset 10491

Show
Ignore:
Timestamp:
01/31/08 02:51:01 (2 years ago)
Author:
dave
Message:

Use bep_0000.html as the developer home page.

We can change this later.

Some rstification of beps.

Location:
dotorg/trunk/html
Files:
1 removed
4 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/beps/bep_0000.rst

    r10416 r10491  
    1 :BEP: 0 
    2 :Title: Index of BitTorrent Enhancement Proposals  
    3 :Version: 1 
    4 :Last-Modified: 11-Jan-2008 
    5 :Author:  David Harrison 
    6 :Status:  Active 
    7 :Type:    Process 
    8 :Created: 10-Jan-2008 
    9 :Post-History: 
     1BEP: 0 
     2Title: Index of BitTorrent Enhancement Proposals  
     3Version: 1 
     4Last-Modified: 11-Jan-2008 
     5Author:  David Harrison 
     6Status:  Active 
     7Type:    Process 
     8Created: 10-Jan-2008 
     9Post-History: 
    1010 
    1111The BitTorrent Community Forum coordinates the development of the 
     
    5252.. _8: bep_0008.html 
    5353.. _9: bep_0009.html 
    54  
     54.. _10: bep_0010.html 
     55.. _11: bep_0011.html 
  • dotorg/trunk/html/beps/bep_0007.rst

    r10467 r10491  
    219219secret. 
    220220 
     221- any peer that reports a sha_ih is assumed to implement protocol encryption. 
     222- tracker OPTIONALLY includes a ``flags`` key that contains one byte per 
     223  peer in the reported peer list.  The first bit of each byte specifies 
     224  whether the peer support protocol encryption. (How do we protect 
     225  the flags field from modification?) 
     226- if no flags field is present then all peers should be assumed to support protocol encryption 
     227- if a flags field is present then those peers that support protocol 
     228  a  
     229 
    221230rationale 
    222231--------- 
     
    232241connections. 
    233242 
    234 This hardware was presumably deployed to get around BitTorrent 
    235 protocol encryption, because BitTorrent protocol encryption increases 
    236 the difficulty of identifying BitTorrent traffic based on the bytes 
    237 transferred in a peer-to-peer connection. 
     243This hardware was presumably deployed to get around `BitTorrent 
     244Protocol Encryption`_.  Peers implementing BitTorrent Protocol 
     245Encryption obfuscate peer-to-peer connections by employing RC4 
     246encryption on every byte from the first byte transferred. BitTorrent 
     247Protocol Encryption thus increases the difficulty for a device 
     248observing passing packets to identify BitTorrent peer-to-peer 
     249connections. 
    238250 
    239251By using the SHA-1 of the infohash, the tracker is able to identify 
     
    327339.. __: mailto:greg@bittorrent.com 
    328340.. __: mailto:tony@ciani.phy.uic.edu  
    329  
     341.. _`RFC 2119`: http://tools.ietf.org/html/rfc2119 
     342.. _`BitTorrent Protocol Encryption`: http://www.bittorrent.org/beps/bep_0013.html 
     343 
  • dotorg/trunk/html/donate.html

    r6461 r10491  
    1717  <li><a href="index.html">Home</a></li> 
    1818  <li><a href="introduction.html">For Users</a></li> 
    19   <li><a href="developer.html">For Developers</a></li> 
     19  <li><a href="beps/bep-0000.html">For Developers</a></li> 
    2020  <li><a href="donate.html">Donate!</a></li> 
    2121</ul> 
  • dotorg/trunk/html/index.html

    r10184 r10491  
    1717<li><span>Home</span></li> 
    1818<li><a href="./introduction.html">For Users</a></li> 
    19 <li><a href="./developer.html">For Developers</a></li> 
     19<li><a href="./beps/bep-0000.html">For Developers</a></li> 
    2020<!-- <li><a href="./blog.html">Blog</a></li> --> 
    2121<li><a href="./donate.html">Donate!</a></li> 
     
    3535<h2>For Developers</h2> 
    3636<ul> 
    37 <li><a href="./ipv6_tracker_extension.html">IPv6 Tracker Extension Proposal</a></li> 
    38 <li><a href="./fast_extensions.html">Fast Protocol Extensions</a></li> 
    39 <li><a href="./protocol.html">BitTorrent Protocol Specification</a></li> 
    40 <li><a href="./developer.html">For Developers (including more proposals) </a></li> 
     37<li><a href="./beps/bep_0000.html"> Proposed Standards Process  </a></li> 
     38<li><a href="./beps/bep_0006.html"> IPv6 Tracker Extension Proposal</a></li> 
     39<li><a href="./protocol.html"> BitTorrent Protocol Specification</a></li> 
    4140</ul> 
    4241</div>