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:
authorJulen Garcia Leunda <hicom150@gmail.com>2020-09-30 22:39:09 +0300
committerJulen Garcia Leunda <hicom150@gmail.com>2020-10-02 16:37:33 +0300
commit692b3d113c0a08a17ee53bca7e16180a94b4fbfe (patch)
tree07ba6df67701f9397d46a0ddaf26f7f5b2c880a1 /docs
parent7aee819796c540df0b247fec1853098f9a591d4c (diff)
Add uTP support (BEP29)
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index 1532a89..87bd5d3 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -59,6 +59,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
tracker: Boolean|Object, // Enable trackers (default=true), or options object for Tracker
dht: Boolean|Object, // Enable DHT (default=true), or options object for DHT
webSeeds: Boolean // Enable BEP19 web seeds (default=true)
+ utp: Boolean // Enable BEP29 uTorrent transport protocol (default=false)
}
```