<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TorrentFreak &#187; speedtest</title>
	<atom:link href="http://torrentfreak.com/tag/speedtest/feed/" rel="self" type="application/rss+xml" />
	<link>http://torrentfreak.com</link>
	<description>Torrent News, Torrent Sites and the latest Scoops</description>
	<lastBuildDate>Sat, 26 May 2012 08:00:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Speed up your torrents II</title>
		<link>http://torrentfreak.com/speed-up-your-torrents-ii/</link>
		<comments>http://torrentfreak.com/speed-up-your-torrents-ii/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 23:27:20 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Software]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[download_speed]]></category>
		<category><![CDATA[speedtest]]></category>
		<category><![CDATA[torrent_clients]]></category>
		<category><![CDATA[upload_speed]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=116</guid>
		<description><![CDATA[BitTorrent is the best tool for sharing files but you need to configure your client and your network the right way to get the best out of it. I will list some tips, tricks and guidelines in addition to the "<a href="http://TorrentFreak.com/speed-up-your-torrents/">speed up your torrents</a>" and the "<a href="http://TorrentFreak.com/speed-up-bitcomet-and-%c2%b5torrent/">speed up bitcomet and uTorrent</a>" posts.<p>Source: <a href="http://torrentfreak.com/speed-up-your-torrents-ii/">Speed up your torrents II</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In order to apply these tips you need to know your maximum up- and download speed. You can test your bandwidth <a href="http://torrentspeedtest.com/torrent-speed-test.html">over here</a> (stop all download activity while testing). Also make sure that you applied the tips provided in our previous posts.</p>
<p>Note that there&#8217;s a difference between <strong>kb/s</strong> (kilobits/second) and <strong>kB/s</strong> (kilobytes/second). To be precise, kb/s = kB/s divided by 8. In this tutorial we use <strong>kB/s</strong> (like most torrent clients do). This means that you might need to calculate your max speed in kB/s yourself if the speedtest only gives you the results in kb\s (so divide by 8 then).</p>
<p>Settings 1-4 can be found in the <em>options, settings or preference tab</em> of most <strong>torrent clients</strong>.</p>
<p><strong>1. Maximum upload speed</strong></p>
<p>Probably one of the most important setting there is. Your connection is (sort of) like a pipeline, if you use you maximum upload speed there&#8217;s not enough space left for the files you are downloading. So you have to cap your upload speed.</p>
<p>Use the following formula to determine your optimal upload speed&#8230;</p>
<p>for <strong>relatively fast connections</strong> (upload >20 kB/s)</p>
<p><code>upload speed * 85% </code></p>
<p>so if your maximum upload speed is 40 kB/s, the optimal upload rate is</p>
<p><code>40 * 85% = 34</code></p>
<p><strong>Slower connections</strong> (upload &lt;20 kB/s) need a little more space so I use this formula</p>
<p><code>upload speed * 75% </code></p>
<p>so if your maximum upload speed is 12 kB/s, the optimal upload rate is</p>
<p><code>12 * 75% = 9</code></p>
<p><strong>2. Maximum download speed</strong></p>
<p>Although setting your maximum download speed to unlimited may sound interesting, in reality it will only hurt your connection. </p>
<p>Use the following formula to determine your optimal download speed&#8230;</p>
<p>for <strong>relatively fast connections</strong> (download >60 kB/s)</p>
<p><code>download speed * 95% </code></p>
<p>so if your maximum download speed is 200 kB/s, the optimal download rate is</p>
<p><code>200 * 95% = 190</code></p>
<p>And again I experienced that <strong>Slower connections</strong> (upload &lt;60 kB/s) need a little more space so I use this formula</p>
<p><code>(download speed * 85% </code></p>
<p>so if your maximum upload speed is 40 kB/s, the optimal upload rate is</p>
<p><code>40 * 85% = 34</code></p>
<p><strong>3. Maximum connected peers per torrent</strong></p>
<p>Yet another setting that you don&#8217;t want to max out. I experimented quite a lot with the max connected peers settings and came to the conclusion that both high and low number hurt the download speed of a torrent. The following setting worked best for me.</p>
<p><code>upload speed * 1.3 </code></p>
<p>so if your maximum upload speed is 40 kB/s, the optimal amount of connected peers per torrent is</p>
<p><code>40 * 1.3  = 52</code></p>
<p>I didn&#8217;t noticed a difference for fast or slow connections here.</p>
<p><strong>4. Maximum upload slots</strong></p>
<p><code>1 + (upload speed / 6)</code></p>
<p>so if your maximum upload speed is 30 kB/s, the optimal number of upload slots is</p>
<p><code>1 + (30 / 6)  = 6</code></p>
<p><strong>5. Maximum half-open tcp connections</strong></p>
<p>This tweak was mentioned in previous post and I noticed some debate about the optimal settings. So I played around with this tweak on different machines and came to the conclusion that the best setting is </p>
<p>for <strong>relatively fast connections</strong> (download >60 kB/s)</p>
<p><code>upload speed * 2</code> (I will advise to never go higher than 1000)</p>
<p>And for <strong>Slower connections</strong> (download &lt;60 kB/s) can have a little extra.</p>
<p><code>upload speed * 4</code></p>
<p>These numbers are not as holy as the other tips, but they are a good guideline. For more info on the max half-open tcp tweak read our <a href="http://TorrentFreak.com/speed-up-your-torrents/">previous post</a>.</p>
<p><strong>6. Optimize your internet connection</strong></p>
<p><a href="http://www.speedguide.net/downloads.php">The TCP optimizer</a> is a freeware utility that optimizes your internet connection. I found it very useful and it helped speeding up my connection for regular internet activity and for downloading torrents. Just download it, and move the slidebar to your maximum download rate (note that it&#8217;s in<strong> kb/s</strong>). Don&#8217;t try to set it higher because that will hurt your download speeds!</p>
<p><em>I hope these tips are useful and help you to get the most out of BitTorrent. Note that these these tips are the result of extensive &#8220;trial and erroring&#8221; but still very subjective. For the uTorrent users out there, 1c3d0g wrote a <a href="http://forum.utorrent.com/viewtopic.php?id=3912&#038;p=1">great tutorial</a>, the numbers might slightly differ from the ones I found though.</em></p>
<p>Source: <a href="http://torrentfreak.com/speed-up-your-torrents-ii/">Speed up your torrents II</a></p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/speed-up-your-torrents-ii/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
	</channel>
</rss>

