diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+about/about-peertube/about-peertube.component.html | 2 |
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> |