Page 1 of 1

InitialLargeBufferCount and the LargeBufferSize

Posted: Mon Feb 02, 2004 11:13 pm
by Avatar Viper
How to you determine the InitialLargeBufferCount and the LargeBufferSize and the other settings. Is there a special fomular?

Posted: Mon Feb 02, 2004 11:29 pm
by mccoffee
http://www.dslnuts.com/2kxp.shtml here and here http://www.ncat.co.uk/Net_Lib/microsoft/tcp-ip_reg.htm

There no formual that i'm aware of according to the white page above it's based off ram i might ask cablenut himself about that that is good question.

At here and cablenut we usually use InitialLargeBufferCount = 100
InitialMediumBufferCount = 240
InitialSmallBufferCount = 320

For smaller rwins

For larger rwins
InitialLargeBufferCount = 200
InitialMediumBufferCount = 480
InitialSmallBufferCount = 640

Posted: Tue Feb 03, 2004 11:20 pm
by Avatar Viper
Then what about the other settings like MaxFastTransmit and
MediumBufferSize???

Posted: Wed Feb 04, 2004 12:46 am
by mccoffee
What is ur windows version and also advertised speed i give you the settings. Also take a tcpip analyzer which is below me cut and paste everything below ip information.

Posted: Thu Feb 05, 2004 7:18 am
by Avatar Viper
What are my other setting if i know that my TcpWindowSize is 373760.

Posted: Sun Feb 08, 2004 10:40 pm
by Avatar Viper
One last question. How do i determine DefaultReceiveWindow and
DefaultSendWindow. It seem that these two values are the only changing value.

Posted: Sun Feb 08, 2004 10:43 pm
by mccoffee

Posted: Mon Feb 09, 2004 1:15 am
by Avatar Viper
Thanks.