]> Sergey Matveev's repositories - btrtrc.git/commitdiff
List implemented BEPs
authorMatt Joiner <anacrolix@gmail.com>
Mon, 11 Jul 2016 03:52:51 +0000 (13:52 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 11 Jul 2016 03:53:00 +0000 (13:53 +1000)
Fix issue #93.

doc.go

diff --git a/doc.go b/doc.go
index bfa9f339206964b38a191d6f89f4d3f0157738d7..88c7f40ef012efcc0b452ce7504a6ece0ff99e40 100644 (file)
--- a/doc.go
+++ b/doc.go
@@ -13,5 +13,22 @@ BitTorrent features implemented include:
  * IP Blocklists
  * Some IPv6
  * HTTP and UDP tracker clients
+ * BEPs:
+  -  3: Basic BitTorrent protocol
+  -  5: DHT
+  -  6: Fast Extension (have all/none only)
+  -  7: IPv6 Tracker Extension
+  -  9: ut_metadata
+  - 10: Extension protocol
+  - 11: PEX
+  - 12: Multitracker metadata extension
+  - 15: UDP Tracker Protocol
+  - 20: Peer ID convention ("-GTnnnn-")
+  - 23: Tracker Returns Compact Peer Lists
+  - 27: Private torrents
+  - 29: uTorrent transport protocol
+  - 41: UDP Tracker Protocol Extensions
+  - 42: DHT Security extension
+  - 43: Read-only DHT Nodes
 */
 package torrent