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: 1967
Discussions: 200,919, Posts: 2,379,074, Members: 246,287
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,857
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,240
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 online now   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? (2850)
Obama the Muslim (13)
Why is Khalid Sheikh Mohammed even .. (9)
Is the PSU I received dead? (10)
windows vista security holes (8)
Foreign voltage (10)
HIS HD5770 graphic card question (15)
Install XP pro and a Vista laptop ?.. (9)
Print spooler problem (12)
Dept. of HS: NSA 'Helped' Develop V.. (15)
A good PSU? (10)
New Computer wont recognize XP disc (7)
Ideal cheap graph card for PC-Gamin.. (15)
EVGA 9800 gtx help with finding a g.. (8)
Recent Discussions
Help getting around port 80 for camer.. (2)
Display shows 3x5 inch in middle of s.. (3)
windows vista security holes (8)
monitor will not turn on at all, (1)
Print spooler problem (12)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (33)
World's largest Monopoly Game using G.. (331)
Foreign voltage (10)
FiOS modem/router interfering with ne.. (7)
Browsers wont load websites (2)
Virus Doctor Popup? (1)
Dept. of HS: NSA 'Helped' Develop Vis.. (15)
Install XP pro and a Vista laptop ?? (9)
EVGA 9800 gtx help with finding a goo.. (8)
Modern Warfare For the PC (32)
Problem with speed step/turbo boost? (1)
Modern Warfare 2: Who Bought It? (61)
SIS 740 and Widescreen (8)
Baffling Problem with my CPU/MoBo's. .. (0)
HIS HD5770 graphic card question (15)
Best file format to play on Windows H.. (0)
PSP Go bought in Japan (0)
Asus P4G8X Mobo (3)
Need hard disk drivers (4)
windows 7 internet problem (4)


All times are GMT -4. The time now is 08:20 PM.
TechIMO Copyright 2009 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