Click to See Complete Forum and Search --> : rwin value


roadvike
July 8th, 2001, 08:22 AM
How do you increase the RWIN value to optimize the TCP/IP for broadband.

USA 1
July 8th, 2001, 12:16 PM
Try this,it may give you what you need.....
http://www.annoyances.org/cgi-bin/ce-showtopic/006_006

Your welcome!!!!!
SNL,COMPUTER GUY

USA 1
July 8th, 2001, 12:19 PM
Try this,it may give you what you need.....
http://www.annoyances.org/cgi-bin/ce-showtopic/006_006

Run the Registry Editor (REGEDIT.EXE).
Open HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Services\ Class\ NetTrans\.
Under that branch, find a key (numbered, such as 0005) that contains has TCP/IP assigned to the DriverDesc value.
Select New from the Edit menu, then String Value, and type MaxMTU for the name of the new value.
Double-click on the new value, and type in the desired number - 1500 is the default.
Then, open HKEY_LOCAL_MACHINE\ System\ CurrentControlSet\ Services\ VxD\ MSTCP\.
Again, select New from the Edit menu, then String Value, and type DefaultRcvWindow for the name of the new value.
Double-click on the new value, and type in the desired number - 2144 is the default.

Note: This will only work if you are using PPP (and not SLIP) with Dial-Up Networking. Using this method with SLIP will set the MTU to 58, regardless of your MaxMTU setting.

Note: If you are experiencing problems such as your browser stopping in the middle of a page, an MTU value of 576 might fix the problem.

Your welcome!!!!!
SNL,COMPUTER GUY

roadvike
July 8th, 2001, 12:33 PM
Thank you i will try that.