Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul-Louis Ageneau <paul-louis@ageneau.org>2022-01-20 18:53:09 +0300
committerGitHub <noreply@github.com>2022-01-20 18:53:09 +0300
commitc37fd2770d1eb5aae7e1fb820f2c287e67e27fcc (patch)
tree5779af065c09f205bd555d595654807eba05be09 /docs
parent54156c57f3a89afa9ce4512b881029dabc5095de (diff)
docs: add BEP 6 Fast Extension to supported BEPs (#2251)
Diffstat (limited to 'docs')
-rw-r--r--docs/bep_support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bep_support.md b/docs/bep_support.md
index 8c5ff43..03d45b7 100644
--- a/docs/bep_support.md
+++ b/docs/bep_support.md
@@ -11,6 +11,7 @@ These are the [BitTorrent Extension Protocols (BEP)](https://www.bittorrent.org/
| Name | Link | Node.js | Browser |
|---|---|---|---|
| Distributed hash table (DHT) | [BEP 5](https://www.bittorrent.org/beps/bep_0005.html) | :white_check_mark: | :heavy_minus_sign: |
+| Fast Extension | [BEP 6](https://www.bittorrent.org/beps/bep_0006.html) | :white_check_mark: | :white_check_mark: |
| IPv6 Tracker Extension | [BEP 7](https://www.bittorrent.org/beps/bep_0007.html) | :heavy_minus_sign: | :heavy_minus_sign: |
| Magnet links | [BEP 9](https://www.bittorrent.org/beps/bep_0009.html) | :white_check_mark: | :white_check_mark: |
| Extension Protocol | [BEP 10](https://www.bittorrent.org/beps/bep_0010.html) | :white_check_mark: | :white_check_mark: |