Valid net speed tweak?

leedogg

Gojyone kawaiiiiiiii!
Joined
3 Mar 2002
Messages
820
I found this little tidbit and was wondering if anybody knows if its a valid internet speed tweak? Supposedly sites load faster..


Go to Run, and write:
cmd.exe "enter"

c:\>netsh "enter"
netsh>routing
routing>ip
routing ip>dump

And then it will list off a whole bunch of need stuff.
If you scroll back towards the top of the dump,
you'll notice this little line:
( set filter name="Local Area Connection" fragcheck=disable )

It's a packet defragger. Why it's disabled by default is beyond me.
So here's what we do:

ruoting ip>set filter name="Local Area Connection" fragcheck=enable

And you should be good to go...
 
Just enabled it on mine. But the connection is already so fast, I can't really notice a difference. Perhaps someone with a lower bandwidth connection might see a change.
Anybody?
 
wouldn't checking to see if packets were fragmented actually slow your speeds as there is more overhead?
 
Hi there!

This is my first post. Congrats to everybody with a great forum. :)

I have been testing this tweak on a 1-way satellite system with 1 MB/s in a LAN, for about two weeks. On the LAN interfaces I cannot detect any change in speed. On the DVB interface though, I have a consistent speed increase of about 2% max. In bad weather conditions, this increase can be close to 6%.

Can any sat users confirm this? Also, there doesn't seem to be any info on the enire web about this particular command. If anybody has any information, please post it. :cool:
 
This bad boy will make life easier for those not wanting to go into DOS and muck about with keys. Enjoy!

Code:
@echo off
CLS
GOTO BEGIN
:AGAIN
CLS
ECHO "%USER_INPUT%" cannot be set
:BEGIN
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO º THIS IS YOUR LIST OF DEVICES INPUT THE DEVICE YOUW WANT TO CHANGE º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
NETSH ROUTING IP DUMP >%SYSTEMDRIVE%\DUMP.TEMP
FINDSTR "fragcheck" %SYSTEMDRIVE%\DUMP.TEMP
ECHO.
@SET /P USER_INPUT="On which devices do you want to enable fragcheck? "
	@IF /I "%USER_INPUT%"=="EXIT" GOTO END
	@IF /I "%USER_INPUT%"=="" GOTO AGAIN
netsh routing ip set filter name="%USER_INPUT%" fragcheck=enable
IF %ERRORLEVEL% GEQ 1 GOTO AGAIN
ECHO "filter name=%USER_INPUT% fragcheck=enable"
PAUSE
:END
CLS
IF EXIST %SYSTEMDRIVE%\DUMP.TEMP DEL %SYSTEMDRIVE%\DUMP.TEMP
 
As long as you set the MTU, MSS, and receive window sizes correctly, fragmentation shouldn't be a problem.
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back