tcp/ip registry tweak not working

M

Marbles

Hello

I have used these 2 registry tweaks to improve the tcp throughput ,
Tcp1323Opts & TcpWindowSize. Both of them were working for a while until
recently.

Now they dont work. Its defaulted back to 64240 for the receive window.

Changing the tcpwindows amount to any size will not work I have also tried
swaping these 2 entries from \Tcpip\Parameters registry key to the
\Interfaces\######\ registry path. None seems to work. I have also tried
resetting tcp/ip by using the netsh console and resetting tcp/ip to its
default setting ...still not functioning

Anyone know what could be causing it not to function correctly & how does
one fix this ?

any & all help would be greatly appreciated
 
M

Marbles

Hi Jack

Thanks for the link. Here's a link that will anaylze your tcp/ip online.

This web page is what I have been using to verify tcp throughput
configurations.

http://www.speedguide.net/analyzer.php

Anyone know what would block the registry setting from being read correctly?

....looks to me some type of glitch/hiccup
 
M

Marbles

Jack I finally found & solved the problem. After sifting through number of
microsoft solution documents. Which none of the documents had a solution for
this particular problem. I decided to use netsh again, since resetting the
tcp stack didnt work might as well try and reset the winsock...and it
worked/fixed it.

Here's what to do if you or anyone else reading this thread encounters this
problem.

Problem:
You have entered these two registry values TcpWindowSize (entering a size
larger then 64240) & Tcp1323Opts (set to 1) in the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters. Then
when you verify the Tcp Receive Window by going to a website like
http://www.speedguide.net/analyzer.php to verify the tcp receive window value
& the value still shows as the default 64240. Even tho you have entered a
different value then the default.

Solution:

1) open command prompt - start>run>cmd

2) from the command prompt enter the netsh utility by simply typing netsh

3) Type winsock this will put you at the level of netsh winsock>

4) type reset

5) reboot computer

6) This will fix the problem of the Tcp Receive window size always showing
incorrect value even tho you have entered a custom value in the registry.

7) To verify your tcp receive window size, one site to visit is
 
J

Jack \(MVP-Networking\).

Hi
Apparently your Registry change attempts with the TCP/IP Stack ended up
partially trashing the stack.
Nice that you found a solution.
Usually the whole process goes as follow,
http://www.ezlan.net/clean.html#refreshnet
Using the process above is safer since it is the software that interact with
the Registry rather then an individual using the registry Editor.
Jack (MVP-Networking).
 
M

Marbles

Hello

What had happpened was when the Nvidia Nforce network controller refreshed
it self by disconnecting then reconnecting the lan connection. It does this
if you change specific adapter characterisitics. After it disconnected the
lan connection, the OS froze..grrr... I had to reboot, thats when i noticed
the stack was loopy by not properly sending the correcting value.

I did try the drtcp works great..easy utility to use and yes it does the
interaction with the registry by adding the entries....i checked the registry
:)

It sure did trash the stack

Thanks Jack for the links and your quick responses.

cheers! have a good weekend
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top