TCP Optimizer - Tips For BEGINNERS [Archive] - SpeedGuide.net Broadband Community

View Full Version : TCP Optimizer - Tips For BEGINNERS


Rollingstone
01-25-08, 02:01 AM
TCP Optimizer - Tips For BEGINNERS:


General Settings tab:
Custom settings - check
Modify All Network Adapters - check
network adapter selection - your NIC
MTU ?
TTL - 64
TCP Receive Window - ?
MTU Discovery - Yes
Black Hole Detect - No
Selective Acks - Yes
Max Duplicate ACKs - 2
TCP 1323 Options:
Windows Scaling - ?
Timestamps - uncheck

Advanced Settings tab:
Max Connections per Server - 10
Max Connections per 1.0 Server - 20
LocalPriority - ?
Host Priority - ?
DNSPriority - ?
NetbtPriority - ?
Lan Browsing speedup - optimized
QoS: NonBestEffortLimit - 0
ToS: DisableUserTOSSetting - 0
ToS: DefaultTOSValue - 80
MaxNegativeCacheTtl - 0
NetFailureCacheTime - 0
NegativeSOACache Time - 0
LAN Request Buffer Size - 32768
Then select "Apply Changes" and reboot to take effect

How to get MTU ?
Just use TCP/IP Analyzer http://www.speedguide.net/analyzer.php

How to get proper RWIN ? (TCP Receive Window)

RWIN DEPENDS ON FOLLOWING FACTORS

+ Bandwidth
+ Which country we are in
+ Which country we surf frequently

Formula
RWIN = BANDWIDTH (DOWNLOAD) * MAX.LATENCY /8

MAX.LATENCY : we should only assume worst latency to the country we surf to most often and stick with it.

+ We should make RWIN an EVEN multiple of MSS

+ Satellite or Wireless should use larger RWIN values because of the high latency

AFTER ALL THOSE CALCULATIONS, HERE IS A VERY ROUGH BREAKDOWN OF THE ANALYZER RECOMMENDED VALUES...

If MTU = 1500

513920 -- works for ~8 to ~30 Mbps
256960 -- 2 to 14 Mbps
128480 -- 1 to 5 Mbps
64240 -- works well up to ~2 Mbps.

If MTU = 1492

511104 -- works for ~8 to ~30 Mbps
255552 -- 2 to 14 Mbps
127776 -- 1 to 5 Mbps
63888 -- works well up to ~2 Mbps.

If MTU < 1472

+ Log into your modem/router and set MTU according to your connection type.
+ LEAVE RWIN BLANK and Uncheck Window Scaling
+ Use WinSockFix (http://www.softpedia.com/get/Tweak/Network-Tweak/WinSockFix.shtml)
+ Update your modem's firmware to get higher MTU
+ Uninstall tweak programs like cfos Speed


If TCPOptimizer can not adjust your RWIN , try enter the value for DefaultReceiveWindow in Cablenut (http://www.softpedia.com/get/Tweak/Network-Tweak/CableNut.shtml)

Windows Scaling
Check Windows Scaling when RWIN > 65535

Constant Values:
Custom settings - check
Modify All Network Adapters - check
TTL - 64
MTU Discovery - Yes
Black Hole Detect - No
Selective Acks - Yes
Max Duplicate ACKs - 2
Timestamps - uncheck
MaxConnectionsPerServer - 10
MaxConnectionsPer1_0Server - 20
Lan Browsing speedup - optimized
QoS: NonBestEffortLimit - 0
ToS: DisableUserTOSSetting - 0
ToS: DefaultTOSValue - 80
MaxNegativeCacheTtl - 0
NetFailureCacheTime - 0
NegativeSOACache Time - 0
LAN Request Buffer Size - 32768

Host Resolution Priority

LocalPriority - 1
Host Priority - 1
DNSPriority - 1
NetbtPriority - 1

or (more prefer)

LocalPriority - 5
Host Priority - 6
DNSPriority - 7
NetbtPriority - 8


REMEMBER

+ Relocate your router and modem in proper place :
Relocate them to some place that are a few feet away from ALL other electrical devices, including apart from each other.Also, make sure you do not coil up any excess length of signal or power cables.

+ Scan for Spyware/malware:

We recommend


Ad-Aware 2008
Spybot Search & Destroy
SuperAntispyware

+ Disable unnecessary items :
Start > Run > type "msconfig" > StartUp tab > Uncheck unnecessary items

Start > Control Panel > Network Connection > Choose your Network > Uncheck "Client for Microsoft Networks”, “File and Printer sharing for Microsoft Network” , and “QoS Packet scheduler”.

Right click on My Computer > Properties > Advanced tab > Perfomance : Settings > Visual Effects tab > Check "Adjust for best performance" (check "Visual Styles on windows and buttons" and "Use drop shadows for icon labels on the desktop" if you want to keep WinXP theme).

+ Disable unnecessary services :
Run > Type "services.msc" > Disable "Application Layer Gateway Service", "Automatic Updates & Background Intelligent Transfer Service", "QoS RSVP" > Restart Win !!!


+ Using OpenDNS :
Start > Control Panel > Network Connection > Choose your Network > Properties > Internet Protocol (TCP/IP) > Properties > Use the following DNS server addresses => 208 67 222 222, 208 67 220 220.

+ Fake IP and Save Bandwidth with Toonel :
Toonel is an experiment in a technique for conserving network bandwidth. If you are paying a fee based on the amount of data you transfer (e.g. 3G/GPRS/DSL/CDMA) and have monthly download limit, or if you have narrowband connection (e.g. dialup modem) then you are most likely to appreciate the service toonel.net offers (http://toonel.net).

Note : It requires Java Environment (http://java.com/en/download/index.jsp)

Set the following proxy for Browser: 127.0.0.1 Port 8080

+ Internet Explorer : Tools > Internet Options > Connections > “LAN settings” > “ Use a proxy server for your LAN” > Address : 127.0.0.1 Port 8080.

+ Mozilla FireFox : Tools > Options > Advanced > Network > Connection > “Settings” > Manual Proxy Configuration > HTTP Proxy : 127.0.0.1 Port 8080.


+ FireFox Speed Hacks :

Speed Hacks

1. Pipelining: By default pipelining is disabled in Firefox. Usually when we visit a site the browser will make only one request to the server but while Pipelining is enabled it makes more than one request.It works like a download accelerator. You will notice a great change in speed while accessing sites in slow server.

In the filter bar type network.http.pipelining. You will be shown the result that matches your search. The first one will be network.http.pipelining itself with a boolean variable. Check the value, if its false double click and make it true

Next you will find an network.http.pipelining.maxrequests just below the previous line. Its an integer value with 4 as default. Change the value to 10, 20 or even 30. Test different values and see which one is optimum for your connection

2. Rendering Delay: Now create a new integer by right clicking anywhere and selecting Integer from New. Give the name as nglayout.initialpaint.delay and the integer value as 0. This specifies the amount of time the browser waits before rendering the page with information it got. You will find the page loading part by part but this is a useful hack as texts will be displayed first.
NOTE: If you get a lot of “Page not found” error after applying this, then try to increase the value from 0 to say 2 or 3.

Summary:

* Set network.http.pipelining to true
* Set network.http.proxy.pipelining to true
* Set network.http.pipelining.maxrequests to 20 or whatever value you like
* Create a new integer called nglayout.initialpaint.delay and give its value as 0

Optimize

Ever noticed of instances when Firefox’s CPU usage shoots up to 90% and the Memory usage shoots up to anywhere between 200 MB and 700 MB(this happens if you dare to open 200+ tabs like this gal tried )? Read on for some tips to improve the situation.

1. Excellent tips from Zolved (go to the site for detailed instructions)

Check your Extensions and Themes.
Check the Plug-ins.
Clear Download History.
Restart Firefox Periodically.
Assign Memory Cache on Firefox.
Release Memory when Firefox is minimized

2. Disable prefetch: Firefox has a nasty habit (sometimes this is useful) when you search in Google. It automatically loads the sites you are likely to visit like the first result. Disabling these can be a good idea for people with low-speed internet connection or low RAM. You can also disable this if you are bandwidth miser :P. To do this type in network.prefetch-next in the filter box and double click the value to turn it to false.

Summary

* Disable unwanted Extensions
* Disable unwanted Plug-ins.
* Clear Download History.
* Restart Firefox Periodically and don’t hibernate/sleep your computer while Firefox is running
* Set browser.cache.memory.enable to true, create a new integer named browser.cache.memory.capacity and give its value equal to 16 times your RAM capacity in MB (16 X your RAM size which is usually 256 or 512).
* Create a new boolean value named config.trim_on_minimize and set it to true
* Disable prefetch by toggling network.prefetch-next to false


FireFox Add-ons to save bandwidth and faster connection :

+ AdBlockPlus (Block Images , Flash...) https://addons.mozilla.org/en-US/firefox/addon/1865

+ AdBlockPlus Element Hiding Helper (block HTML elements, WYSIWYG style) https://addons.mozilla.org/en-US/firefox/addon/4364

+ NoScript (Block Javascripts with Filter and more...) https://addons.mozilla.org/en-US/firefox/addon/722

More FireFox Usages:

+ Disable Cookies (protect yourself from eyes, save bandwidth and Disk space) : Tools > Options > Privacy > Uncheck accept cookies from sites
(note : allow Google.com and Yahoo.com, and of course speedguide.net)

More Useful Links :

SNR & Line Attenuation (http://snr-la.notlong.com/)

RWIN in Vista (http://forums.speedguide.net/showthread.php?t=218866)

Wireless Tips (http://forums.speedguide.net/showthread.php?t=203247)

Dr Tweak (http://www.drtweak.com/)

Speedtest (http://www.speedtest.net/)

HijackThis (http://www.majorgeeks.com/download3155.html)

IP Lookup (http://dnsstuff.com)

Kamikize
01-28-08, 12:40 AM
What would you say , Trogers ?

trogers
01-28-08, 04:58 AM
What would you say , Trogers ?

TCP Window size depends on bandwidth and max. latency and different countries or different continents will have different rules of thumb.

Default ToS value can be different. Suggested values that conform to both ToS and Diffserv standards are 80, 104 and 136 - http://www.speedguide.net/tcpoptimizer.php#advanced_qos

Some ISPs may not accept any value set to it other then zero.

Rollingstone
01-28-08, 05:05 AM
TCP Window size depends on bandwidth and max. latency and different countries or different continents will have different rules of thumb.

Some ISPs may not accept any value set to it other then zero.

Could You tell more , Trogers ?

trogers
01-28-08, 05:21 AM
Could You tell more , Trogers ?

The differences are due to differing max. latency - the time for a full sized packet to make the round trip. Thus it depends on where you are and which country you surf to most often.

If we use the US as the most surfed to place, then latency for users in East and South East Asia will be 450-550ms depending on time of day.

A user in the US will only face latency of 90-130ms. Thus TCP Window Size will be different for the same bandwidth.

Rollingstone
01-28-08, 05:32 AM
latency for users in East and South East Asia will be 450-550ms depending on time of day.

A user in the US will only face latency of 90-130ms. Thus TCP Window Size will be different for the same bandwidth.

How about latency for users in West ?

How to deal with the DISTANCE PROPBLEM ?

Sometimes , the TCP Window is left BLANK , Could you explain?

trogers
01-28-08, 05:52 AM
How about latency for users in West ?

How to deal with the DISTANCE PROPBLEM ?

Sometimes , the TCP Window is left BLANK , Could you explain?

All users face the same problem - a user in the US who frequents sites in Asia, or one in Australia to the UK, etc. Once you consider surfing to a different continent, latency will shoot up due not only to distance but also congestion along the international cable link.

There is nothing you can do at your end about latency along international links but to use a TCP Window sized appropriately.

TCP Window is left blank only in settings to try increasing MTU when TCP Analyzer reported some value that is not 1500, 1492 or 1480. When it is left blank with Window scaling unchecked, TCP Window will revert to default value 65535. If scaling is checked, the value will go above 10 million.

jasonb31
01-29-08, 08:52 PM
Trodgers have you tried the Opera browser? What do you think about it? As far as I have seen there is no need to tweak it as you have said that Fire Fox does need some.

jasonb31
01-29-08, 08:57 PM
Why cant my Dell with XP find “gpedit.msc” ? or gpedit.msc? Any Ideas?

trogers
01-29-08, 09:11 PM
Trodgers have you tried the Opera browser? What do you think about it? As far as I have seen there is no need to tweak it as you have said that Fire Fox does need some.

I use Opera when I do not need to see graphics. It has an easy switch mode.

Did you log into XP with Admin right's to run gpedit.msc?

jasonb31
01-29-08, 09:18 PM
Yes I am in the administor account. You dont like the Opera graphics? Is that what you are saying?

trogers
01-29-08, 09:31 PM
Yes I am in the administor account. You dont like the Opera graphics? Is that what you are saying?

Opera has no option to adjust graphic sizes unlike FireFox with add-on to zoom, fit to screen or reduce. I turn off graphic to enjoy page loading speed when surfing to reports and news sites.

jasonb31
01-29-08, 09:38 PM
I see!! Have any Ideas on the gpedit.msc thing? Maybe a Microsoft update killed that option? Just an Idea.

jasonb31
01-29-08, 09:54 PM
From what I have out so far is that you need to have XP Pro to do that. I have XP Home.

Rollingstone
01-29-08, 10:07 PM
I am using WinXP Pro and the Group Policy (gpedit.msc) has worked properly.

You can try "Regedit"

trogers
01-29-08, 10:47 PM
I am using WinXP Pro and the Group Policy (gpedit.msc) has worked properly.

You can try "Regedit"

I believe gpedit.msc is only available in Windows Server 2003, Windows 2000, or Windows XP Professional and not XP Home.

jasonb31
01-29-08, 11:46 PM
Regedit pulls up all kinds of things. I dont have a clue what to do after pulling that up, Even if something can be done there.

trogers
01-30-08, 01:39 AM
Regedit pulls up all kinds of things. I dont have a clue what to do after pulling that up, Even if something can be done there.

You cannot set QoS to zero with regedit.

karak
01-30-08, 02:02 AM
Im new here so hello to all. What i used was FRESH UI, windows xp home does not allow for this function, so FRESH UI came in very handy.

jasonb31
01-30-08, 08:06 PM
And did what with it?

Raizy
01-30-08, 08:08 PM
I saw this thread: http://forums.speedguide.net/showthread.php?t=236450

What would TCP Receive window be for 1440 MTU ?

jasonb31
01-30-08, 08:28 PM
Move the slider at the top to match 7mb :thumb: Make sure you reset all the changes I recomended, Warning sometimes you have to do it twice in order to get it to stick.

Rollingstone
02-03-08, 01:54 AM
More Useful Links :

Dr Tweak (http://www.drtweak.com/)

CableNut Tweaks (http://www.j79zlr.com/cablenutXP2k.php)

Speedtest (http://www.speedtest.net/)

Ping Plotter (http://www.pingplotter.com/download.html)

HijackThis (http://www.majorgeeks.com/download3155.html)

Show your IP (http://www.ip2location.com/)

IP Lookup (http://www.ibeast.com/content/tools/ipLookup/ipLookup.asp)

Milezy
02-03-08, 03:48 PM
If the optimizer makes my internet worse. How do I restore back my original settings?

mccoffee
02-03-08, 03:59 PM
In the optimizer click on file then should be a reset to default or default settings.

Milezy
02-03-08, 04:03 PM
mccoffe could you look in my topic please

i_am_nOobie
04-10-08, 01:19 AM
Sir PLEASE HELP ME TWEAK MY CONNECTION plz
I am using SmartBro> Motorola Canopy Lite 5.7ghz

Canopy Lite - 5.7GHz - Subscriber Module - 0a-00-3e-d1-36-a7 :thumb:
Device Information
Device Type : Canopy Lite - 5.7GHz - Subscriber Module - 0a-00-3e-d1-36-a7
Software Version : CANOPY 8.1.5 SM-DES
Software BOOT Version : CANOPYBOOT 1.0
Board Type : P10
FPGA Version : 111306
PLD Version : 11
Uptime : 01:47:50
System Time : 16:14:27 04/25/2001
Ethernet Interface : 10Base-T Full Duplex
Antenna Polarization : Vertical

Subscriber Module Stats
Session Status : REGISTERED VC 96 Rate 1X/1X
RSSI : 578
Power Level : -76 dBm
Jitter : 3
Air Delay : 110 approximately 1.02 miles (5390 feet)

Key Features Information
Maximum Throughput : 1 Mbps Aggregate

%********************************************%

as of today I don't know how use ANY optimizers ex. CableNut
plz recommend any further solutions..:rotfl:

thankyou!

« Running Apps »
Nod32v3
SUPERAntiSpywarePRO

« Running Apps in background »
GoogleDesktop
SiS UtilityTray
Windows Messenger - not signed in
Realtek HD Audio Manager

No spywares/adwares/viruses/malwares present in my computer sir..
in 2007 i did try to tweak my connection with a fake TZ connection booster and it just improved a little bit ex.20kb to 23kb

PS: Online games always lagg! Rakion, Gundbound, etc.

i hope you could help me!!
%********************************************%

« SpeedGuide.net TCP Analyzer Results »
Tested on: 04.10.2008 00:02
IP address: 203.84.xxx.xxx

TCP options string: 020405b40103030001010402
MSS: 1460
MTU: 1500
TCP Window: 33580 (multiple of MSS)
RWIN Scaling: 0
Unscaled RWIN : 33580
Reccomended RWINs: 64240, 128480, 256960, 513920
BDP limit (200ms): 1343kbps (168KBytes/s)
BDP limit (500ms): 537kbps (67KBytes/s)
MTU Discovery: ON
TTL: 42
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)

%********************************************%
« Speedtest.net Results »
Tested on: 04.10.2008 00:02
IP address: 203.84.xxx.xxx
http://www.speedtest.net/result/257504313.png (http://www.speedtest.net)



%********************************************%


Microsoft Windows XP [Version 5.1.2600] :rockin:
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>tracert www.yahoo.com

Tracing route to www.yahoo-ht3.akadns.net [209.131.36.158]
over a maximum of 30 hops:

1 11 ms 9 ms 7 ms 192.168.224.1
2 16 ms 13 ms 15 ms 203.84.181.237
3 27 ms 24 ms 23 ms 121.54.3.1
4 22 ms 22 ms 24 ms 203.111.225.34
5 20 ms 22 ms 19 ms 203.111.226.13
6 21 ms 19 ms 18 ms 124.83.5.53.pldt.net [124.83.5.53]
7 18 ms 22 ms 24 ms 58.71.0.143
8 233 ms 229 ms 229 ms if-7-2.mcore4.LAA-LosAngeles.teleglobe.net [216.6.85.29]
9 235 ms 241 ms 232 ms if-5-0.mcore4.PDI-PaloAlto.teleglobe.net [216.6.86.9]
10 238 ms 244 ms 274 ms if-0-0.core3.PDI-PaloAlto.Teleglobe.net [207.45.196.77]
11 234 ms 234 ms 239 ms ix-6-2.core3.PDI-PaloAlto.Teleglobe.net [207.45.213.130]
12 242 ms 236 ms 242 ms g-0-0-0-p140.msr1.sp1.yahoo.com [216.115.107.49]
13 237 ms 239 ms 245 ms te-8-1.bas-a2.sp1.yahoo.com [209.131.32.19]
14 247 ms 239 ms 237 ms f1.www.vip.sp1.yahoo.com [209.131.36.158]

Trace complete.

trogers
04-10-08, 01:26 AM
********************************************%
« Speedtest.net Results »
Tested on: 04.10.2008 00:02
IP address: 203.84.xxx.xxx
http://www.speedtest.net/result/257504313.png (http://www.speedtest.net)



%********************************************%


What speed did you pay your ISP to give you?

mccoffee
04-14-08, 02:48 PM
I belive only philip can lock threads ,and maybe some of the mods. You'll have to talk to him about all that.

DickDiver
05-08-08, 05:24 AM
Hi thanks for the guide!

One big question bothers me. Browsing internet by wlan is fine but I have got a network HP printer connected by LAN wire and it prints damn slow.
It is a HP laserjet 2100TN with 8mb or 12mb. Anyway, I used TCPoptimizer and tuned 'only' my WLAN adapter for 1492 PPPOE and 16.000 advertised dl speed.
The question is, have I to adjust the LAN adapter to which my printer connects, too? Is it possible that the printer has problems with a MTU of 1492 or a much too high RWIN?

thanks
DD from Germany

Rollingstone
05-08-08, 08:25 AM
You can try LAN Tweaking : http://www.speedguide.net/read_articles.php?id=1607

DickDiver
05-08-08, 11:31 AM
Thank you Rollingstone

I will try that.

Philip
09-11-08, 09:46 AM
About those two settings:
Max Connections per Server
Max Connections per 1.0 Server

Many web servers do not support too many concurrent connections, setting to a number over 10 can cause problems loading some pages, or excessive repeat requests. I'd recommend setting both to 8 or 10 max.

Rollingstone
09-19-08, 05:01 AM
You cannot set QoS to zero with regedit.

I believe it is QoS: NonBestEffortLimit - 0 in TCP Optimizer !

dlsayremn
09-20-08, 12:41 PM
I was just wondering if you should have a warning about using Optimizer with Vista. Seems the consensus right now is to not use it with Vista.

dlsayremn
09-20-08, 01:44 PM
Someone may have already asked this, but shouldn't you have a cautionary note about using Optimizer and some of the Vista tweaks, esoecially the Autotuning ones, before seeking help? Seems the consensus right now is not to use Optimizer with Vista. Most of the posts I am seeing right now with Vista OS are because Optimizer was used and didn't work or the connection is worse.

I ran Optimizer on my Vista without any real problems last yesr.
Disabled Autotuning, ran Optimizer using custom settings and then enabled Autotuning.
Before doing this I was getting about 800/650 max from speedtedt.net

My System
Compaq Presario SR2180Nx
Vista Home Premium SP1
Intel Pentium D CPU (Dual Core) 2800MHz
RAM 3062 MB
Intel PRO/100 VE Network Connection
connected to 2wire 2101GG-D Trained 1536/960 kbps
ISP Qwest Silver (1500/1000)


Speedtest.net test results from Minneapolis today

LA ping 207 ms, 1338/685 kbp/s
Dallas ping 74ms 1424/788 kbps


« SpeedGuide.net TCP Analyzer Results »
Tested on: 09.20.2008 13:04
IP address: 63.231.xxx.xxx
TCP options string: 020405b40103030201010402
MSS: 1460
MTU: 1500
TCP Window: 65700 (multiple of MSS)
RWIN Scaling: 2
Unscaled RWIN : 16425
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 2628kbps (329KBytes/s)
BDP limit (500ms): 1051kbps (131KBytes/s)
MTU Discovery: ON
TTL: 49
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)


Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\PC>netsh int tcp show global
Querying active state...

TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : disabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : ctcp
ECN Capability : disabled
RFC 1323 Timestamps : disabled

LM14s
10-04-08, 02:21 AM
I'm new to this forum, so please be patient with me.. :)
I'm using 3 Usb Modem (7.2mbps max). I'm on the advertised max 3.6mbps broadband.

« SpeedGuide.net TCP Analyzer Results »
Tested on: 10.04.2008 01:32
IP address: xxx.xx.xxx.xx

TCP options string: 020405b4
MSS: 1460
MTU: 1500
TCP Window: 17520 (multiple of MSS)
RWIN Scaling: 0 bits
Unscaled RWIN : 17520
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 701kbps (88KBytes/s)
BDP limit (500ms): 280kbps (35KBytes/s)
MTU Discovery: ON
TTL: 112
Timestamps: OFF
SACKs: OFF
IP ToS: 00000000 (0)


I'm on Win XP sp2.

« SpeedGuide.net Speed Test Results »
33 kbps down (~0.03 Mbps, 4 KB/s)↓
62 kbps up (~0.06 Mbps, 8 KB/s)↑
250 KB downloaded in 62.156 seconds
100 KB uploaded in 13.25 seconds
Tested on: 2008.10.04 01:37 EDT


Previously I've tested the speed both off-peak and peak hour. I live in Malaysia. My friend who subscribed for 384kbps once had a chance to get some 500kbps. I couldn't pass the 3.6Mbps advertised to me. I think i have gained 2mbps or so, but for maybe once or twice. Other than that, it would be an annoying less than 1mbps, and even slower..let alone 3mbps. By the way, modem shows either HSDPA or 3G. Very unlikely to fall below that.

I've tried FullSpeed 3.0, then SC Net Speed Booster before removed them. I did use the SG TCP Optimizer 2.0.3 and followed the guidelines in this website, and forum. But then restored the default windows settings.

I'm very new to the internet , but I know, it's not even half of what i've paid for. Oh, by the way, the speedtest.net shows the wrong location (I don;t know..500 or 600 miles away) where I should be. I read somewhere that says my broadband Plan has a 5gb limitation cap each month.

In advance, I thank you sir. ;)

Angelinedev
10-04-08, 06:03 PM
LM14's , i think we both are using the same IP,maybe you wanna refer to my topic which i already started and some of the pro's are actually helping me reg the tweak,there some tips there tht might help you and we might be able to help each other out too.my location is in johor.

http://forums.speedguide.net/showthread.php?t=246064

LM14s
10-07-08, 09:33 PM
LM14's , i think we both are using the same IP,maybe you wanna refer to my topic which i already started and some of the pro's are actually helping me reg the tweak,there some tips there tht might help you and we might be able to help each other out too.my location is in johor.

http://forums.speedguide.net/showthread.php?t=246064


Thanks Angelinedev.. I tried few settings:

« SpeedGuide.net TCP Analyzer Results »
Tested on: 10.07.2008 19:33
IP address: 219.93.xxx.xx

TCP options string: 020405b40103030301010402
MSS: 1460
MTU: 1500
TCP Window: 513920 (multiple of MSS)
RWIN Scaling: 3 bits (2^3=8)
Unscaled RWIN : 64240
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 20557kbps (2570KBytes/s)
BDP limit (500ms): 8223kbps (1028KBytes/s)
MTU Discovery: ON
TTL: 48
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)

« SpeedGuide.net Speed Test Results »
767 kbps down (~0.77 Mbps, 94 KB/s)↓
111 kbps up (~0.11 Mbps, 14 KB/s)↑
1024 KB downloaded in 10.938 seconds
250 KB uploaded in 18.406 seconds
Tested on: 2008.10.07 19:40 EDT
Tested from: biznetnetworks.com

« SpeedGuide.net Speed Test Results »
801 kbps down (~0.8 Mbps, 98 KB/s)↓
111 kbps up (~0.11 Mbps, 14 KB/s)↑
1024 KB downloaded in 10.469 seconds
250 KB uploaded in 18.39 seconds
Tested on: 2008.10.07 19:36 EDT
Tested from: biznetnetworks.com

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Then i've changed it:

« SpeedGuide.net TCP Analyzer Results »
Tested on: 10.07.2008 19:59
IP address: 219.93.xxx.xx

TCP options string: 020405b40103030201010402
MSS: 1460
MTU: 1500
TCP Window: 256960 (multiple of MSS)
RWIN Scaling: 2 bits (2^2=4)
Unscaled RWIN : 64240
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 10278kbps (1285KBytes/s)
BDP limit (500ms): 4111kbps (514KBytes/s)
MTU Discovery: ON
TTL: 48
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)

« SpeedGuide.net Speed Test Results »
874 kbps down (~0.87 Mbps, 107 KB/s)↓
111 kbps up (~0.11 Mbps, 14 KB/s)↑
1024 KB downloaded in 9.594 seconds
250 KB uploaded in 18.407 seconds
Tested on: 2008.10.07 20:02 EDT
Tested from: biznetnetworks.com

« SpeedGuide.net Speed Test Results »
774 kbps down (~0.77 Mbps, 94 KB/s)↓
112 kbps up (~0.11 Mbps, 14 KB/s)↑
1024 KB downloaded in 10.844 seconds
250 KB uploaded in 18.359 seconds
Tested on: 2008.10.07 20:06 EDT
Tested from: biznetnetworks.com

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

This, when i use SpeedConnect Internet Accelerator, Auto optimized for 3 Mbps.

« SpeedGuide.net TCP Analyzer Results »
Tested on: 10.07.2008 20:19
IP address: 219.93.xxx.xx

TCP options string: 020405b40103030201010402
MSS: 1460
MTU: 1500
TCP Window: 251120 (multiple of MSS)
RWIN Scaling: 2 bits (2^2=4)
Unscaled RWIN : 62780
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 10045kbps (1256KBytes/s)
BDP limit (500ms): 4018kbps (502KBytes/s)
MTU Discovery: ON
TTL: 48
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)

« SpeedGuide.net Speed Test Results »
662 kbps down (~0.66 Mbps, 81 KB/s)↓
107 kbps up (~0.11 Mbps, 13 KB/s)↑
1024 KB downloaded in 12.672 seconds
250 KB uploaded in 19.187 seconds
Tested on: 2008.10.07 20:24 EDT
Tested from: biznetnetworks.com

« SpeedGuide.net Speed Test Results »
575 kbps down (~0.58 Mbps, 70 KB/s)↓
110 kbps up (~0.11 Mbps, 13 KB/s)↑
1024 KB downloaded in 14.578 seconds
250 KB uploaded in 18.547 seconds
Tested on: 2008.10.07 20:29 EDT
Tested from: biznetnetworks.com

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Then i've decided to rest on TCP Window: 256960.
Well, I don't know if thats the only pace i could get.
Speedtest.net shows somewhere in Sarawak or Sabah..while i stay in Johor.

Anyway, i really2 appreciate your help.

JACOMO
10-19-08, 05:49 PM
PLEASE I NEED HELP!!!!!!!!!!!!!

CAN I USE 65535 IN LAN REQUEST BUFFER SIZE, USING TCP OPTIMIZER?

THE PROGRAM SUGGEST 16384 IN OPTIMAL SETTINGS AND SOMEBODY TELLS 35540.

MY EMAIL IS jai1732@gmail.com.


regards.:cry:

JACOMO
10-19-08, 05:54 PM
PLEASE I NEED HELP!!!!!!!!!!!!!

CAN I USE 65535 IN LAN REQUEST BUFFER SIZE, USING TCP OPTIMIZER?

THE PROGRAM SUGGEST 16384 IN OPTIMAL SETTINGS AND SOMEBODY TELLS 35540.

MY EMAIL IS jai1732@gmail.com.:rtfm:

JACOMO
10-19-08, 05:55 PM
PLEASE I NEED HELP!!!!!!!!!!!!!

CAN I USE 65535 IN LAN REQUEST BUFFER SIZE, USING TCP OPTIMIZER?

THE PROGRAM SUGGEST 16384 IN OPTIMAL SETTINGS AND SOMEBODY TELLS 35540.

MY EMAIL IS jai1732@gmail.com.

JACOMO
10-19-08, 06:03 PM
TCP Optimizer - Tips For BEGINNERS:


General Settings tab:
Custom settings - check
Modify All Network Adapters - check
network adapter selection - your NIC
MTU ?
TTL - 64
TCP Receive Window - ?
MTU Discovery - Yes
Black Hole Detect - No
Selective Acks - Yes
Max Duplicate ACKs - 2
TCP 1323 Options:
Windows Scaling - ?
Timestamps - uncheck

Advanced Settings tab:
Max Connections per Server - 10
Max Connections per 1.0 Server - 20
LocalPriority - ?
Host Priority - ?
DNSPriority - ?
NetbtPriority - ?
Lan Browsing speedup - optimized
QoS: NonBestEffortLimit - 0
ToS: DisableUserTOSSetting - 0
ToS: DefaultTOSValue - 80
MaxNegativeCacheTtl - 0
NetFailureCacheTime - 0
NegativeSOACache Time - 0
LAN Request Buffer Size - 32768
Then select "Apply Changes" and reboot to take effect

How to get MTU ?
Just use TCP/IP Analyzer http://www.speedguide.net/analyzer.php

How to get proper RWIN ? (TCP Receive Window)

RWIN DEPENDS ON FOLLOWING FACTORS

+ Bandwidth
+ Which country we are in
+ Which country we surf frequently

Formula


MAX.LATENCY : we should only assume worst latency to the country we surf to most often and stick with it.

+ We should make RWIN an EVEN multiple of MSS

+ Satellite or Wireless should use larger RWIN values because of the high latency

AFTER ALL THOSE CALCULATIONS, HERE IS A VERY ROUGH BREAKDOWN OF THE ANALYZER RECOMMENDED VALUES...

If MTU = 1500

513920 -- works for ~8 to ~30 Mbps
256960 -- 2 to 14 Mbps
128480 -- 1 to 5 Mbps
64240 -- works well up to ~2 Mbps.

If MTU = 1492

511104 -- works for ~8 to ~30 Mbps
255552 -- 2 to 14 Mbps
127776 -- 1 to 5 Mbps
63888 -- works well up to ~2 Mbps.

If MTU < 1472

+ Log into your modem/router and set MTU according to your connection type.
+ LEAVE RWIN BLANK and Uncheck Window Scaling
+ Use WinSockFix (http://www.softpedia.com/get/Tweak/Network-Tweak/WinSockFix.shtml)
+ Update your modem's firmware to get higher MTU
+ Uninstall tweak programs like cfos Speed


If TCPOptimizer can not adjust your RWIN , try enter the value for DefaultReceiveWindow in Cablenut (http://www.softpedia.com/get/Tweak/Network-Tweak/CableNut.shtml)

Windows Scaling
Check Windows Scaling when RWIN > 65535

Constant Values:
Custom settings - check
Modify All Network Adapters - check
TTL - 64
MTU Discovery - Yes
Black Hole Detect - No
Selective Acks - Yes
Max Duplicate ACKs - 2
Timestamps - uncheck
MaxConnectionsPerServer - 10
MaxConnectionsPer1_0Server - 20
Lan Browsing speedup - optimized
QoS: NonBestEffortLimit - 0
ToS: DisableUserTOSSetting - 0
ToS: DefaultTOSValue - 80
MaxNegativeCacheTtl - 0
NetFailureCacheTime - 0
NegativeSOACache Time - 0
LAN Request Buffer Size - 32768

Host Resolution Priority

LocalPriority - 1
Host Priority - 1
DNSPriority - 1
NetbtPriority - 1

or (more prefer)

LocalPriority - 5
Host Priority - 6
DNSPriority - 7
NetbtPriority - 8


REMEMBER

+ Relocate your router and modem in proper place :
Relocate them to some place that are a few feet away from ALL other electrical devices, including apart from each other.Also, make sure you do not coil up any excess length of signal or power cables.

+ Scan for Spyware/malware:

We recommend



+ Disable unnecessary items :






+ Disable unnecessary services :



+ Using OpenDNS :


+ Fake IP and Save Bandwidth with Toonel :
Toonel is an experiment in a technique for conserving network bandwidth. If you are paying a fee based on the amount of data you transfer (e.g. 3G/GPRS/DSL/CDMA) and have monthly download limit, or if you have narrowband connection (e.g. dialup modem) then you are most likely to appreciate the service toonel.net offers (http://toonel.net).

Note : It requires Java Environment (http://java.com/en/download/index.jsp)

Set the following proxy for Browser: 127.0.0.1 Port 8080




+ FireFox Speed Hacks :

Speed Hacks

1. Pipelining: By default pipelining is disabled in Firefox. Usually when we visit a site the browser will make only one request to the server but while Pipelining is enabled it makes more than one request.It works like a download accelerator. You will notice a great change in speed while accessing sites in slow server.

In the filter bar type network.http.pipelining. You will be shown the result that matches your search. The first one will be network.http.pipelining itself with a boolean variable. Check the value, if its false double click and make it true

Next you will find an network.http.pipelining.maxrequests just below the previous line. Its an integer value with 4 as default. Change the value to 10, 20 or even 30. Test different values and see which one is optimum for your connection

2. Rendering Delay: Now create a new integer by right clicking anywhere and selecting Integer from New. Give the name as nglayout.initialpaint.delay and the integer value as 0. This specifies the amount of time the browser waits before rendering the page with information it got. You will find the page loading part by part but this is a useful hack as texts will be displayed first.
NOTE: If you get a lot of “Page not found” error after applying this, then try to increase the value from 0 to say 2 or 3.

Summary:

* Set network.http.pipelining to true
* Set network.http.proxy.pipelining to true
* Set network.http.pipelining.maxrequests to 20 or whatever value you like
* Create a new integer called nglayout.initialpaint.delay and give its value as 0

Optimize

Ever noticed of instances when Firefox’s CPU usage shoots up to 90% and the Memory usage shoots up to anywhere between 200 MB and 700 MB(this happens if you dare to open 200+ tabs like this gal tried )? Read on for some tips to improve the situation.

1. Excellent tips from Zolved (go to the site for detailed instructions)

Check your Extensions and Themes.
Check the Plug-ins.
Clear Download History.
Restart Firefox Periodically.
Assign Memory Cache on Firefox.
Release Memory when Firefox is minimized

2. Disable prefetch: Firefox has a nasty habit (sometimes this is useful) when you search in Google. It automatically loads the sites you are likely to visit like the first result. Disabling these can be a good idea for people with low-speed internet connection or low RAM. You can also disable this if you are bandwidth miser :P. To do this type in network.prefetch-next in the filter box and double click the value to turn it to false.

Summary

* Disable unwanted Extensions
* Disable unwanted Plug-ins.
* Clear Download History.
* Restart Firefox Periodically and don’t hibernate/sleep your computer while Firefox is running
* Set browser.cache.memory.enable to true, create a new integer named browser.cache.memory.capacity and give its value equal to 16 times your RAM capacity in MB (16 X your RAM size which is usually 256 or 512).
* Create a new boolean value named config.trim_on_minimize and set it to true
* Disable prefetch by toggling network.prefetch-next to false


FireFox Add-ons to save bandwidth and faster connection :

+ AdBlockPlus (Block Images , Flash...) https://addons.mozilla.org/en-US/firefox/addon/1865

+ AdBlockPlus Element Hiding Helper (block HTML elements, WYSIWYG style) https://addons.mozilla.org/en-US/firefox/addon/4364

+ NoScript (Block Javascripts with Filter and more...) https://addons.mozilla.org/en-US/firefox/addon/722

More FireFox Usages:



More Useful Links :

Wireless Tips (http://forums.speedguide.net/showthread.php?t=203247)

Dr Tweak (http://www.drtweak.com/)

Speedtest (http://www.speedtest.net/)

HijackThis (http://www.majorgeeks.com/download3155.html)

IP Lookup (http://dnsstuff.com)

please help me!!!!!!!!!!
can i use the 65535 in lan request buffer size using the program tcp optimizer??????:cry:

Rollingstone
10-20-08, 04:03 AM
can i use the 65535 in lan request buffer size using the program tcp optimizer?

This value can be changed from 512 to 65535 bytes, more Buffer size -> more memory.

See this http://support.microsoft.com/default.aspx?scid=kb;en-us;Q320829

jkgomez69
10-21-08, 12:09 PM
I'm from Philippine I apply 1mbps DSL.....

i don't know the best set-up for Tcp Optimizer........

this is my result in TCP analyzer....

« SpeedGuide.net TCP Analyzer Results »
Tested on: 10.21.2008 12:01
IP address: 119.95.xx.xxx

TCP options string: 020405b40103030201010402
MSS: 1460
MTU: 1500
TCP Window: 256960 (multiple of MSS)
RWIN Scaling: 2 bits (2^2=4)
Unscaled RWIN : 64240
Recommended RWINs: 64240, 128480, 256960, 513920, 1027840
BDP limit (200ms): 10278kbps (1285KBytes/s)
BDP limit (500ms): 4111kbps (514KBytes/s)
MTU Discovery: ON
TTL: 41
Timestamps: OFF
SACKs: ON
IP ToS: 00000000 (0)

is this good or bad???

can you give me a suggest....