Speed Tweak

I found this in another fourm site and I did this, and websites seem to load faster. I'm not sure exactly what it does, but anyone one who knows more about this stuff, please comment.

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...

#117566

Hmm....i've done this and don't see much difference <_

#117580

Isn't this somthing to do with XPs built in firewall? I once told it to block fragmented IP packets and surfing was next to impossible it was that slow.

#117668

huh, well i enabled it and I see a slighty speed up. That's why I also posted it, to get some other opinions.

#117768