From 18187cb9c4aacd98442d952556713bbe717efc6b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Jul 2018 13:59:20 +0200 Subject: [PATCH] Update P2P & Privacy paragraph --- .../src/app/+about/about-peertube/about-peertube.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index a58924ad8..55ac344f9 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html @@ -53,7 +53,7 @@
  • - Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent. + Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information