Update P2P & Privacy paragraph
This commit is contained in:
parent
94831479f5
commit
18187cb9c4
|
@ -53,7 +53,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li i18n>
|
<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.
|
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
|
See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue