mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
updated help from jah
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<ol>
|
||||
<li>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. Port forwarding makes it easier for others to connect to you, which therefore increases your speed.
|
||||
<div summary="To do this" id="taskbox">
|
||||
<p>If your router supports UPnP or you have Apple Airport, Transmission can do this automatically; just tick the checkbox in Preferences >> Network.
|
||||
<p>If your router supports UPnP or you have Apple Airport, Transmission can do this automatically; just tick the checkbox in Preferences >> Advanced.
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -1,65 +1 @@
|
||||
<html>
|
||||
|
||||
|
||||
<a name="PortForwarding"></a>
|
||||
|
||||
|
||||
<head>
|
||||
|
||||
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
|
||||
|
||||
<title>Port Forwarding FAQ</title>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="mainbox">
|
||||
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp">
|
||||
<a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
<a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="pagetitle">
|
||||
|
||||
|
||||
<h1>Why do I see a red dot and "Port is closed"?</h1>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>You haven't port forwarded correctly. Port forwarding opens a port in your firewall or router so that incoming connections from the outside world can be made with Transmission.
|
||||
If the port is forwarded, other people in the torrent can see you, thus increasing your potential number of connections, which more importantly, may increase the speed of your download.
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
<div id="pagetitle">
|
||||
|
||||
|
||||
<h1>When do I need to Port Forward?</h1>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<p>If you share your internet connection with a router, or if your broadband modem is a router itself, then you will need to forward Transmission's port by following the instructions below.
|
||||
In addition, if you have enabled the Mac OS X firewall, you will need to open a port in that too. See below for details.
|
||||
|
||||
|
||||
<html>
|
||||
Reference in New Issue
Block a user