mirror of
https://github.com/transmission/transmission.git
synced 2026-05-01 22:24:40 +01:00
docs: fix various typos and misspellings (#2955)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
<div class="pagetitle">
|
||||
<h1>What is 'peer exchange'? </h1>
|
||||
</div>
|
||||
<p><a href="http://en.wikipedia.org/wiki/Peer_exchange">Peer Exchange (PEX)</a> is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker. PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Vuze and µTorrent peers.</p>
|
||||
<p><a href="https://en.wikipedia.org/wiki/Peer_exchange">Peer Exchange (PEX)</a> is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker. PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Vuze and µTorrent peers.</p>
|
||||
<div class="pagetitle">
|
||||
<h1>What is the 'distributed hash table'? </h1>
|
||||
</div>
|
||||
<p>The <a href="http://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable. It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.</p>
|
||||
<p>The <a href="https://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable. It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.</p>
|
||||
<div class="pagetitle">
|
||||
<h1>What is encryption? </h1>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user