]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update P2P & Privacy paragraph
authorChocobozzz <me@florianbigard.com>
Wed, 11 Jul 2018 11:59:20 +0000 (13:59 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 11 Jul 2018 12:00:26 +0000 (14:00 +0200)
client/src/app/+about/about-peertube/about-peertube.component.html

index a58924ad82c697dd3cfaa512427564b49de03328..55ac344f96a75b8c40e54bbd1adc2a13db9999ca 100644 (file)
@@ -53,7 +53,7 @@
     </li>
 
     <li i18n>
-      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 (<a href="https://webtorrent.io/">with the WebTorrent library</a>), 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 <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
     </li>