aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-11 13:59:20 +0200
committerChocobozzz <me@florianbigard.com>2018-07-11 14:00:26 +0200
commit18187cb9c4aacd98442d952556713bbe717efc6b (patch)
tree7fa668ea0141bc9069fd3e32a074c9ff9deae125
parent94831479f5facff9469540a3d49dd347b88bdf5a (diff)
downloadPeerTube-18187cb9c4aacd98442d952556713bbe717efc6b.tar.gz
PeerTube-18187cb9c4aacd98442d952556713bbe717efc6b.tar.zst
PeerTube-18187cb9c4aacd98442d952556713bbe717efc6b.zip
Update P2P & Privacy paragraph
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html2
1 files changed, 1 insertions, 1 deletions
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 @@
53 </li> 53 </li>
54 54
55 <li i18n> 55 <li i18n>
56 Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent. 56 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<a href="https://webtorrent.io/">with the WebTorrent library</a>), the protocol is different from classic BitTorrent.
57 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. 57 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.
58 See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information 58 See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
59 </li> 59 </li>