summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BEP.md24
1 files changed, 8 insertions, 16 deletions
diff --git a/BEP.md b/BEP.md
index 1c217036..5dc94a75 100644
--- a/BEP.md
+++ b/BEP.md
@@ -14,16 +14,8 @@ In order to keep table compact we describe table layout at first:
14 14
15* **BEP #** — Just number of enchancement. 15* **BEP #** — Just number of enchancement.
16* **Title** — Full official enchancement name. 16* **Title** — Full official enchancement name.
17* **Modules** — modules that _directly_ relates to the BEP. This is where 17* **Status** — is the current state of the BEP. Status lifecycle has
18 BEP implemented, where we should look for the BEP. If a module has 18 the only way: Want -> In Progress -> Implemented.
19 only changes due to integration with the BEP then it _should not_ be
20 listed in the **Modules** list.
21* **Status** — is the current state of the BEP. Status lifecycle has the
22 only way: Want -> Implemented -> Tested -> Integrated -> Done. You
23 might use (A -> B) to indicate intermediate steps. Note that
24 implemented _doesn't_ means that BEP is ready to use, it _will_ be
25 ready to use only after it pass Tested, Integrated and finally
26 becomes Done.
27 19
28We should try keep table in order of priority, so first BEPs should be 20We should try keep table in order of priority, so first BEPs should be
29are most important and last BEPs are least important. (but important 21are most important and last BEPs are least important. (but important
@@ -32,13 +24,13 @@ too)
32| BEP # | Title | Status 24| BEP # | Title | Status
33|:-----:|:--------------------------------------------------:|:----------- 25|:-----:|:--------------------------------------------------:|:-----------
34| 3 | [The BitTorrent Protocol Specification][bep3] | Implemented 26| 3 | [The BitTorrent Protocol Specification][bep3] | Implemented
35| 4 | [Known Number Allocations][bep4] | Want -> Implemented 27| 4 | [Known Number Allocations][bep4] | Implemented
36| 20 | [Peer ID Conventions][bep20] | Want -> Implemented 28| 20 | [Peer ID Conventions][bep20] | Implemented
37| 15 | [UDP Tracker Protocol for BitTorrent][bep15] | Want -> Implemented
38| 9 | [Extension for Peers to Send Metadata Files][bep9] | Want
39| 23 | [Tracker Return Compact Peer Lists][bep23] | Implemented 29| 23 | [Tracker Return Compact Peer Lists][bep23] | Implemented
40| 5 | [DHT][bep5] | Want 30| 15 | [UDP Tracker Protocol for BitTorrent][bep15] | In progress
41| 6 | [Fast Extension][bep6] | Want -> Implemented 31| 9 | [Extension for Peers to Send Metadata Files][bep9] | Want
32| 5 | [DHT][bep5] | In progress
33| 6 | [Fast Extension][bep6] | In progress
42 34
43[bep-list]: http://www.bittorrent.org/beps/bep_0000.html 35[bep-list]: http://www.bittorrent.org/beps/bep_0000.html
44[bep3]: http://www.bittorrent.org/beps/bep_0003.html 36[bep3]: http://www.bittorrent.org/beps/bep_0003.html