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:
authorDiego Rodríguez Baquero <github@diegorbaquero.com>2021-06-30 06:59:22 +0300
committerGitHub <noreply@github.com>2021-06-30 06:59:22 +0300
commit310d7b0fcf0db1122dfe379c24ba7486d7c6eeb8 (patch)
treebbf2bd3494cee754c8c99a91df428d5c8b63381b /docs
parentc5230bffcf770f50775cbe538a6089ce8302885b (diff)
docs: update utp default
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index db7441e..f64d2be 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -60,7 +60,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
dht: Boolean|Object, // Enable DHT (default=true), or options object for DHT
lsd: Boolean, // Enable BEP14 local service discovery (default=true)
webSeeds: Boolean, // Enable BEP19 web seeds (default=true)
- utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=false)
+ utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=true)
}
```