home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Applications and Operating Systems
Ask a Tech Support Question (free)!

utorrent makes my internet connection suck!

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1403
Discussions: 200,507, Posts: 2,374,395, Members: 245,831
Old March 19th, 2008, 08:27 PM   Digg it!   #1 (permalink)
Member
 
benrober's Avatar
 
Join Date: Sep 2006
Location: San Francisco
Posts: 232
utorrent makes my internet connection suck!

I use utorrent instead of Azureus because it is light weight and quick, the one drawback that I have noticed since I have been using it, which has been about 6 months, is that it slows my internet connection down a lot, almost to an unusable state.


For a while I had my upload limited to 10Kb/s with utilized 22% of my upload limit from my ISP of 45Kb/s. We have Comcast and we upgraded to their "blast" service which gave us a DL rate of 16MB/s and we have tested our upload to be around 350Kb/s so there should be no problem with having the UL rate at at least 45 or 50.


Why is my internet so slow when I use utorrent?
__________________
AMD 3700+ San Diego | ASUS A8N-E 939
Kingston HyperX 2GB | Radeon X850XT 256Mb PCI-E
Cooler Master Centurion 5 | Ultra X-Connect 2 550W

benrober is offline   Reply With Quote
Old March 19th, 2008, 09:16 PM     #2 (permalink)
THE Gimp Clown Fish!
 
nemowolf's Avatar
 
Join Date: Jun 2007
Location: Bay Area
Posts: 3,810
Comcast is currently under investigation about P2P usage and their network shaping. Your probably being capped on your network because they have identified your traffic as hoggish and are slowing you down!
nemowolf is offline   Reply With Quote
Old March 19th, 2008, 11:33 PM     #3 (permalink)
Member
 
benrober's Avatar
 
Join Date: Sep 2006
Location: San Francisco
Posts: 232
That may be the case, I probably should have also included this in my previous post, my roommate uses Azureus more than I do and he has no problems. I have also used it and it does not effect my connection like utorrent does. I do not want to switch back though. utorrent is all set up and work well, other than the obvious problem.
benrober is offline   Reply With Quote
Old March 19th, 2008, 11:58 PM     #4 (permalink)
still smoke free
 
RedFury's Avatar
 
Join Date: Jun 2002
Location: MinneSOta
Posts: 5,225
Blog Entries: 3
Send a message via AIM to RedFury Send a message via Yahoo to RedFury
Quote:
Originally Posted by benrober View Post
That may be the case, I probably should have also included this in my previous post, my roommate uses Azureus more than I do and he has no problems. I have also used it and it does not effect my connection like utorrent does. I do not want to switch back though. utorrent is all set up and work well, other than the obvious problem.

I run Utorrent also, and what I've found is that if I throttle it back to 100kbps down and 30kbps up, it runs stable. Utorrent is a hog on resources any way you shape it. It slows down my computer if it is running ( 1.5 gb ram w/amd 2500+ processor ). I tried different routers because it would reset my connection or freeze it up because the router couldn't handle all the requests. I find that having it at the settings I posted, just about anything I want to download will be here by morning if I let it run over night and there are enough seeds to give me decent bandwidth. ( this was on comcast, I'm currently with Qwest DSL and haven't had any issues with it with these settings either ). It also allowed my wife to play here MMORPG while it was running.
__________________
this post contains small bits of intelligence culminating to the appearance of wisdom.

http://www.shareaproject.com/pages/p...,p,346,00.html
RedFury is offline   Reply With Quote
Old March 20th, 2008, 02:21 AM     #5 (permalink)
Banned
 
Keymaker's Avatar
 
Join Date: Jan 2005
Location: Loveland, CO
Posts: 5,492
Blog Entries: 2
Send a message via ICQ to Keymaker Send a message via Yahoo to Keymaker
Routers may track old connections for a long time. Thus slowing down you connection. Look into DD-WRT and scripts...

P2P applications are "riskware" Make sure you have no hijackings...


If you use DD-WRT, then you may want to try one od the following "start up scripts".

Code:
echo 4096 > /proc/sys/net/ipv4/ip_conntrack_max 
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts 
echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses 
echo 512 > /proc/sys/net/ipv4/neigh/default/gc_thresh1 
echo 2048 > /proc/sys/net/ipv4/neigh/default/gc_thresh2 
echo 4096 > /proc/sys/net/ipv4/neigh/default/gc_thresh3 
echo "600 1800 120 60 120 120 10 60 30 120" > /proc/sys/net/ipv4/ip_conntrack_tcp_timeouts



Code:
echo 2048 > /proc/sys/net/ipv4/ip_conntrack_max 
echo 2048 > /proc/sys/net/ipv4/tcp_max_orphans 
echo 512 > /proc/sys/kernel/threads-max 
echo 0 > /proc/sys/net/ipv4/tcp_orphan_retries 
echo 1 > /proc/sys/net/ipv4/tcp_abort_on_overflow 
echo "60 180" > /proc/sys/net/ipv4/ip_conntrack_udp_timeouts 
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts 
echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses 
echo "300 1800 120 60 120 120 10 60 30 120" > /proc/sys/net/ipv4/ip_conntrack_tcp_timeouts





Code:
echo 2048 > /proc/sys/net/ipv4/ip_conntrack_max
echo 2048 > /proc/sys/net/ipv4/tcp_max_orphans
echo 512 > /proc/sys/kernel/threads-max
echo 4096 > /proc/sys/fs/file-max
echo 0 > /proc/sys/net/ipv4/tcp_orphan_retries
echo 1 > /proc/sys/net/ipv4/tcp_abort_on_overflow
echo "60 180" > /proc/sys/net/ipv4/ip_conntrack_udp_timeouts
echo "300 2400 120 60 120 120 10 60 30 120" > /proc/sys/net/ipv4/ip_conntrack_tcp_timeouts
echo "50 500 0 0 200 1000 60 20 0" > /proc/sys/vm/bdflush
echo "0 0" > /proc/sys/vm/pagetable_cache





¿ Best Router For Torrents ?
Keymaker is offline   Reply With Quote
Old March 20th, 2008, 02:23 AM     #6 (permalink)
Member
 
benrober's Avatar
 
Join Date: Sep 2006
Location: San Francisco
Posts: 232
Quote:
Originally Posted by RedFury View Post
I run Utorrent also, and what I've found is that if I throttle it back to 100kbps down and 30kbps up, it runs stable. Utorrent is a hog on resources any way you shape it. It slows down my computer if it is running ( 1.5 gb ram w/amd 2500+ processor ). I tried different routers because it would reset my connection or freeze it up because the router couldn't handle all the requests. I find that having it at the settings I posted, just about anything I want to download will be here by morning if I let it run over night and there are enough seeds to give me decent bandwidth. ( this was on comcast, I'm currently with Qwest DSL and haven't had any issues with it with these settings either ). It also allowed my wife to play here MMORPG while it was running.


I will give this a try. Thanks for the help.
benrober is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Page cannot be displayed with uTorrent running Wakeboarder141 Networking and Internet 1 April 17th, 2009 04:01 AM
uTorrent is limited to 30KBs DL J1mmy General Tech Discussion 8 September 21st, 2007 03:17 PM
uTorrent being weirdy _Switch_ Networking and Internet 17 October 2nd, 2006 09:51 PM
Internet COnnection MIKEMOST General Tech Discussion 6 November 9th, 2003 10:49 PM
Internet connection GMANJOHN Networking and Internet 1 August 18th, 2003 05:03 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (1635)
FT HOOD attack: 7 killed 12 injured (66)
Review My Build (5)
HELP!!! What do you think of this s.. (16)
Looking for a graphic card that wil.. (30)
Assosiations (21496)
My 1st pc build (40)
Aero in Vista (7)
PC Modern Warfare 2: it's much wors.. (12)
core i7 extreme 975, nvidia 9400gt (9)
How to Ship a PC (16)
Building my first computer (13)
slaving laptop drive (7)
[F@H SPAM 11/1/09]New month . . . n.. (33)
Recent Discussions
how to convert mod to wmv/avi/mp4/mov.. (0)
FAT32 to NTFS file system in Win2kpro (3)
Motherboards and my curse... (25)
Review My Build (5)
HELP!!! What do you think of this sys.. (16)
New Processor, Monitor will not turn .. (2)
2009 Build (4)
Internet very slow since updating AVG.. (7)
My 1st pc build (40)
Freezing During Music/Movies (1)
Windows Experience Index is screwed u.. (2)
ext. sound card laptop to stereo syst.. (2)
Remote Desktop via SSH and error mess.. (2)
Help and Support disappeared from my .. (0)
[F@H SPAM 11/1/09]New month . . . new.. (33)
Basic applications needed for "r.. (1)
core i7 extreme 975, nvidia 9400gt (9)
hard drive problem (2)
Win7 TrustedInstaller Permissions (2)
Speed up Win 7 boot time a bit (1)
Hard Drive test program (2)
wireless westell versalink model 327w (1)
New build 10 second reboot cycle! Won.. (3)
New Linksys Routers (2)
sometime power/Amber light (0)


All times are GMT -4. The time now is 04:47 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28