All, I am trying to increase the TcpWindowSize according to the suggestions in the following MS article, http://technet2.microsoft.com/WindowsServer/en/Library/823ca085-8b46-4870-a83e-8032637a87c81033.mspx I have yet to see the registry entry on the W2K3 server that i would like to modify as it is sitting in a remote site and i am still working on access; however the trace files I have captured show the application bytes that the server sends to me are sizes 536 and not the optimal 1460 like I am sending it. What are all the registry entry changes that I need to make? Thank you, ~ozkur
Do you mean you want to change it remotely and that not happen or registry entry changed but ethernet packet have no such ? Arkady "ozkur" wrote in message news:1139442765.035424.162530@z14g2000cwz.googlegroups.com... > All, > > I am trying to increase the TcpWindowSize according to the suggestions > in the following MS article, > > http://technet2.microsoft.com/WindowsServer/en/Library/823ca085-8b46-4870-a83e-8032637a87c81033.mspx > > I have yet to see the registry entry on the W2K3 server that i would > like to modify as it is sitting in a remote site and i am still working > on access; however the trace files I have captured show the application > bytes that the server sends to me are sizes 536 and not the optimal > 1460 like I am sending it. > > What are all the registry entry changes that I need to make? > > Thank you, > ~ozkur >
I found the visual basic code that can be used to set the TCP windows size, http://support.microsoft.com/kb/q237688/ What would the code be if I wanted to use it in an ASP page though? The two options I am interested in modifying are: Const SO_RCVBUF = &H1002& ' Receive buffer size. Const TCP_NODELAY = &H1& ' Turn off Nagel Algorithm. I am just not sure what code would be used in ASP to accomplish this. thank you, ~ozkur
This place is not the best to ask asp questions :( Arkady "ozkur" wrote in message news:1139507261.894810.81080@o13g2000cwo.googlegroups.com... >I found the visual basic code that can be used to set the TCP windows > size, > > http://support.microsoft.com/kb/q237688/ > > What would the code be if I wanted to use it in an ASP page though? > > The two options I am interested in modifying are: > > Const SO_RCVBUF = &H1002& ' Receive buffer size. > > Const TCP_NODELAY = &H1& ' Turn off Nagel Algorithm. > > I am just not sure what code would be used in ASP to accomplish this. > > thank you, > ~ozkur >