updated help from jah

This commit is contained in:
Mitchell Livingston
2007-09-17 00:49:00 +00:00
parent 910bc0d7b8
commit fca1d4bbcc
5 changed files with 10 additions and 71 deletions

View File

@@ -20,8 +20,8 @@
<h1>Why is my download so slow? </h1>
</div>
<p>Read these tips for <a href="Speed.html">maximizing your download speed</a>.
<p>Some Internet Service Providers (ISPs) block traffic on well known peer to peer ports. If this applies to your ISP, try changing the port Transmission uses.
Some ISPs also throttle all peer to peer (esp BitTorrent) traffic, which can slow or even stop your transfers. Protocol encryption is not a feature at the moment, however is slated for a future release.
<p>Some Internet Service Providers (ISPs) throttle peer-to-peer traffic, and even block it completely on well known peer to peer ports. If your ISP is listed on <a href="http://www.azureuswiki.com/index.php/Bad_ISPs">this page</a>, it is likely you will experience these issues.
<p> Transmission's encryption feature may overcome any ISP throttling. Checking the 'Ignore unencrypted peers' box (Prefs >> Advanced) also may improve your speed further, at the expense of losing some potential peers in the swarm. Changing the port Transmission uses might help if the ISP targets particular ports.
<p>Ultimately, the speed you get depends on the quality of the peers you are downloading from. If they have dial up connections, you are only going to be able to download at dial up speeds.
Furthermore, if there are few seeds and many peers, more people will be fighting for the same scarce pieces which will slow things down.
@@ -44,8 +44,13 @@
<h1>What is PEX? </h1>
</div>
<p>PEX (Peer Exchange) 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.
PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Azureus and µTorrent peers.
<p>
<div id="pagetitle">
<h1>What is encryption? </h1>
</div>
<p>Transmission encrypts the connections it makes with other peers when necessary, using the RC4 cipher. The implementation is compatible with other clients such as Azureus and µTorrent. It is always enabled, however you have two options: accepting connections from anyone, regardless of encryption; or only accepting encrypted connections. Note that the latter option may make you unconnectable in some swarms. The encryption feature does not mean your session is secure or anonymous, it is merely a way to avoid the traffic shaping measures some ISPs have implemented.
<p>
<div id="pagetitle">
<h1>Why can I only connect to around 60 peers? </h1>
</div>