summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-16 20:59:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-16 20:59:34 +0400
commit6de5e690486599f20c288a12d0d5f153dacb1810 (patch)
treede94b1c24af99e9924728cdbdcd7564ab9b818fc
parent0cf1c142d0e18eef05e1190d0fdaa94d2fa4df59 (diff)
Add BEP7 to BEPs list
-rw-r--r--BEP.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BEP.md b/BEP.md
index 13b1d07e..12693ce1 100644
--- a/BEP.md
+++ b/BEP.md
@@ -27,6 +27,7 @@ too)
27| 4 | [Known Number Allocations][bep4] | [In progress][bep4-impl] 27| 4 | [Known Number Allocations][bep4] | [In progress][bep4-impl]
28| 5 | [DHT][bep5] | [In progress][bep5-impl] 28| 5 | [DHT][bep5] | [In progress][bep5-impl]
29| 6 | [Fast Extension][bep6] | [In progress][bep6-impl] 29| 6 | [Fast Extension][bep6] | [In progress][bep6-impl]
30| 7 | [IPv6 Tracker Extension][bep7] | [In progress][bep7-impl]
30| 9 | [Extension for Peers to Send Metadata Files][bep9] | [In progress][bep9-impl] 31| 9 | [Extension for Peers to Send Metadata Files][bep9] | [In progress][bep9-impl]
31| 10 | [Extension protocol][bep10] | [In progress][bep10-impl] 32| 10 | [Extension protocol][bep10] | [In progress][bep10-impl]
32| 12 | [Multitracker Metadata Extension][bep10] | [In progress][bep12-impl] 33| 12 | [Multitracker Metadata Extension][bep10] | [In progress][bep12-impl]
@@ -39,6 +40,7 @@ too)
39[bep4]: http://www.bittorrent.org/beps/bep_0004.html 40[bep4]: http://www.bittorrent.org/beps/bep_0004.html
40[bep5]: http://www.bittorrent.org/beps/bep_0005.html 41[bep5]: http://www.bittorrent.org/beps/bep_0005.html
41[bep6]: http://www.bittorrent.org/beps/bep_0006.html 42[bep6]: http://www.bittorrent.org/beps/bep_0006.html
43[bep7]: http://www.bittorrent.org/beps/bep_0007.html
42[bep9]: http://www.bittorrent.org/beps/bep_0009.html 44[bep9]: http://www.bittorrent.org/beps/bep_0009.html
43[bep10]: http://www.bittorrent.org/beps/bep_0010.html 45[bep10]: http://www.bittorrent.org/beps/bep_0010.html
44[bep12]: http://www.bittorrent.org/beps/bep_0012.html 46[bep12]: http://www.bittorrent.org/beps/bep_0012.html
@@ -50,6 +52,7 @@ too)
50[bep4-impl]: src/Network/BitTorrent/Exchange/Message.hs 52[bep4-impl]: src/Network/BitTorrent/Exchange/Message.hs
51[bep5-impl]: src/Network/BitTorrent/DHT/Protocol.hs 53[bep5-impl]: src/Network/BitTorrent/DHT/Protocol.hs
52[bep6-impl]: src/Network/BitTorrent/Exchange/Message.hs 54[bep6-impl]: src/Network/BitTorrent/Exchange/Message.hs
55[bep7-impl]: src/Network/BitTorrent/Tracker/Message.hs
53[bep9-impl]: src/Network/BitTorrent/Exchange/Wire.hs 56[bep9-impl]: src/Network/BitTorrent/Exchange/Wire.hs
54[bep10-impl]: src/Network/BitTorrent/Exchange/Message.hs 57[bep10-impl]: src/Network/BitTorrent/Exchange/Message.hs
55[bep12-impl]: src/Data/Torrent.hs 58[bep12-impl]: src/Data/Torrent.hs